class ActiveModel::AttributeSet

def [](name)

def [](name)
  @attributes[name] || default_attribute(name)
end