orbit4-5/app/models/member_profile_field_value.rb

13 lines
239 B
Ruby

class MemberProfileFieldValue
include Mongoid::Document
include Mongoid::Timestamps
include AttributeValuesHelper
field :key
field :address_key
field :value
belongs_to :member_profile_field
belongs_to :member_profile
end