class OtherPaperStatus
include Mongoid::Document
include Mongoid::Timestamps
field :status, :type => String, :default => "", :localize => true
field :sort_position, type: Integer, default: 0
has_many :other_papers
end