File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
activestorage/lib/active_storage/attached Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ module Attached::Model
61
61
# There is no column defined on the model side, Active Storage takes
62
62
# care of the mapping between your records and the attachment.
63
63
#
64
- # Under the covers, this relationship is implemented as a +has_one+ association to a
65
- # ActiveStorage::Attachment record and a +has_one-through+ association to a
64
+ # Under the covers, this relationship is implemented as a +has_one+ association to an
65
+ # ActiveStorage::Attachment record and a +has_one-through+ association to an
66
66
# ActiveStorage::Blob record. These associations are available as +avatar_attachment+
67
67
# and +avatar_blob+. But you shouldn't need to work with these associations directly in
68
68
# most circumstances.
@@ -163,8 +163,8 @@ def #{name}=(attachable)
163
163
# There are no columns defined on the model side, Active Storage takes
164
164
# care of the mapping between your records and the attachments.
165
165
#
166
- # Under the covers, this relationship is implemented as a +has_many+ association to a
167
- # ActiveStorage::Attachment record and a +has_many-through+ association to a
166
+ # Under the covers, this relationship is implemented as a +has_many+ association to an
167
+ # ActiveStorage::Attachment record and a +has_many-through+ association to an
168
168
# ActiveStorage::Blob record. These associations are available as +photos_attachments+
169
169
# and +photos_blobs+. But you shouldn't need to work with these associations directly in
170
170
# most circumstances.
You can’t perform that action at this time.
0 commit comments