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