class I18nVariable
include Mongoid::Document
field :key
field :document_class, :type => String
field :parent_id, :type => BSON::ObjectId, :index => true
end