This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/models/attribute_value.rb

11 lines
137 B
Ruby
Raw Normal View History

2011-04-28 14:47:34 +00:00
class AttributeValue
include Mongoid::Document
include Mongoid::Timestamps
field :key
belongs_to :user_attribute
end