Method: ActiveRecord::Encryption::Properties#add
- Defined in:
- activerecord/lib/active_record/encryption/properties.rb
#add(other_properties) ⇒ Object
62 63 64 65 66 |
# File 'activerecord/lib/active_record/encryption/properties.rb', line 62 def add(other_properties) other_properties.each do |key, value| self[key.to_sym] = value end end |