Class: Attached::One

Inherits:
Attached
  • Object
show all
Defined in:
lib/activestorage/validator.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/activestorage/validator.rb', line 11

def blank?
  attachment.blank?
end