forked from saurabh/orbit4-5
added category to page model
This commit is contained in:
parent
5e789bd473
commit
ed36c3a48f
|
@ -2,6 +2,7 @@ class Page
|
|||
include Mongoid::Document
|
||||
include Mongoid::Timestamps
|
||||
include OrbitModel::Impression
|
||||
include OrbitCategory::Categorizable
|
||||
|
||||
field :name, localize: true
|
||||
field :number, type: Integer
|
||||
|
|
Loading…
Reference in New Issue