instance method
blobs
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
blobs()
Returns all attached blobs.
Source
# File activestorage/lib/active_storage/attached/many.rb, line 16
def blobs
change.present? ? change.blobs : record.public_send("#{name}_blobs")
end
Defined in activestorage/lib/active_storage/attached/many.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::Many