2014-04-01 07:10:21 +00:00
|
|
|
class SubPart
|
|
|
|
include Mongoid::Document
|
|
|
|
include Mongoid::Timestamps
|
|
|
|
|
2014-04-30 10:57:09 +00:00
|
|
|
field :module
|
|
|
|
field :widget_type
|
|
|
|
field :widget_method
|
|
|
|
field :kind, default: "none"
|
|
|
|
|
2014-04-01 07:10:21 +00:00
|
|
|
|
|
|
|
belongs_to :page_part
|
|
|
|
end
|