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)


8
9
10
# File 'lib/activestorage/validator.rb', line 8

def blank?
  attachment.blank?
end