class ActiveRecord::Store::HashAccessor
def self.prepare(object, attribute)
def self.prepare(object, attribute) object.public_send :"#{attribute}=", {} unless object.send(attribute) end
def self.prepare(object, attribute) object.public_send :"#{attribute}=", {} unless object.send(attribute) end