File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
actiontext/app/models/action_text Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ class RichText < Record
48
48
##
49
49
# :method: embeds
50
50
#
51
- # Returns the ` ActiveStorage::Attachment` records from the embedded files.
51
+ # Returns the ActiveStorage::Attachment records from the embedded files.
52
52
#
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.
55
55
has_many_attached :embeds
56
56
57
57
before_validation do
You can’t perform that action at this time.
0 commit comments