method
add
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Encryption::Properties
add(other_properties)public
No documentation available.
# 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