class ActiveModel::LazyAttributeHash

def []=(key, value)

def []=(key, value)
  delegate_hash[key] = value
end