Add new file

add sort_number field for category
This commit is contained in:
chiu 2019-09-18 19:13:31 +08:00
parent 3c865b7c1b
commit e657895643
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
class ArchiveCategory
include Mongoid::Document
field :sort_number, type: Integer
end