We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18fcbd9 + 783b2b2 commit b60cf01Copy full SHA for b60cf01
activestorage/lib/active_storage/attached/model.rb
@@ -173,7 +173,7 @@ def #{name}=(attachable)
173
# and +photos_blobs+. But you shouldn't need to work with these associations directly in
174
# most circumstances.
175
#
176
- # Instead, +has_one_attached+ generates an ActiveStorage::Attached::Many proxy to
+ # Instead, +has_many_attached+ generates an ActiveStorage::Attached::Many proxy to
177
# provide access to the associations and factory methods, like +attach+:
178
179
# user.photos.attach(uploaded_file)
0 commit comments