Skip to content

Commit 603cb64

Browse files
Fix RDoc links for ActionText::RichText#embeds [ci-skip]
1 parent 4d63609 commit 603cb64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actiontext/app/models/action_text/rich_text.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ class RichText < Record
4848
##
4949
# :method: embeds
5050
#
51-
# Returns the `ActiveStorage::Attachment` records from the embedded files.
51+
# Returns the ActiveStorage::Attachment records from the embedded files.
5252
#
53-
# Attached `ActiveStorage::Blob` records are extracted from the `body`
54-
# in a # [before_validation](/classes/ActiveModel/Validations/Callbacks/ClassMethods.html#method-i-before_validation) callback.
53+
# Attached ActiveStorage::Blob records are extracted from the `body`
54+
# in a {before_validation}[rdoc-ref:ActiveModel::Validations::Callbacks::ClassMethods#before_validation] callback.
5555
has_many_attached :embeds
5656

5757
before_validation do

0 commit comments

Comments
 (0)