blobs()
Returns all attached blobs.
# File activestorage/lib/active_storage/attached/many.rb, line 37 def blobs change.present? ? change.blobs : record.public_send("#{name}_blobs") end