forked from saurabh/orbit4-5
9 lines
133 B
Ruby
9 lines
133 B
Ruby
|
class SubPart
|
||
|
include Mongoid::Document
|
||
|
include Mongoid::Timestamps
|
||
|
|
||
|
field :module
|
||
|
field :widget
|
||
|
|
||
|
belongs_to :page_part
|
||
|
end
|