method
attached?
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Attached::Many
attached?()public
Returns true if any attachments have been made.
class Gallery < ApplicationRecord has_many_attached :photos end Gallery.new.photos.attached? # => false