method
attached?
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Attached::One
attached?()public
Returns true if an attachment has been made.
class User < ActiveRecord::Base has_one_attached :avatar end User.new.avatar.attached? # => false