forked from saurabh/orbit4-5
11 lines
196 B
Ruby
11 lines
196 B
Ruby
|
class MemberProfileFieldValue
|
||
|
include Mongoid::Document
|
||
|
include Mongoid::Timestamps
|
||
|
include AttributeValuesHelper
|
||
|
|
||
|
field :key
|
||
|
field :address_key
|
||
|
|
||
|
embedded_in :member_profile_field
|
||
|
end
|