class SiteFeedAnncDetail
include Mongoid::Document
field :locale, type: String
belongs_to :site_feed_annc
field :data
end