class ActiveRecord::Encryption::Properties
def add(other_properties)
def add(other_properties) other_properties.each do |key, value| self[key.to_sym] = value end end
def add(other_properties) other_properties.each do |key, value| self[key.to_sym] = value end end