class ArchiveCategory
include Mongoid::Document
field :category_id, type: String
field :sort_number, type: Integer
end