Method: ActiveStorage::Attached::Many#blobs

Defined in:
activestorage/lib/active_storage/attached/many.rb

#blobsObject

Returns all attached blobs.



37
38
39
# File 'activestorage/lib/active_storage/attached/many.rb', line 37

def blobs
  change.present? ? change.blobs : record.public_send("#{name}_blobs")
end