module ActiveModel::Attributes

def attribute(attr_name)

def attribute(attr_name)
  @attributes.fetch_value(attr_name)
end