method
attached?
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Attached::Many
attached?()public
Returns true if any attachments has been made.
class Gallery < ActiveRecord::Base has_many_attached :photos end Gallery.new.photos.attached? # => false