Module: ROM::Plugins::Schema::EncryptedAttributes::DSL
- Defined in:
- lib/rom/plugins/schema/encrypted_attributes.rb
Instance Method Summary collapse
Instance Method Details
#encrypt(*attributes, **opts) ⇒ Object
40 41 42 43 44 45 46 |
# File 'lib/rom/plugins/schema/encrypted_attributes.rb', line 40 def encrypt(*attributes, **opts) = (:encrypted_attributes) .merge!(opts) [:attributes] ||= [] [:attributes] += attributes self end |