Method: Lockbox::Model::Attached#attached_encrypted

Defined in:
lib/lockbox/model.rb

#attached_encrypted(attribute, **options) ⇒ Object

TODO remove in future version



396
397
398
399
# File 'lib/lockbox/model.rb', line 396

def attached_encrypted(attribute, **options)
  warn "[lockbox] DEPRECATION WARNING: Use encrypts_attached instead"
  encrypts_attached(attribute, **options)
end