Tag
This commit is contained in:
parent
63a4209cac
commit
5c65cdc9bb
|
@ -1,6 +1,7 @@
|
||||||
class Banner
|
class Banner
|
||||||
include Mongoid::Document
|
include Mongoid::Document
|
||||||
include Mongoid::Timestamps
|
include Mongoid::Timestamps
|
||||||
|
include OrbitTag::Taggable
|
||||||
|
|
||||||
field :ad_fx, type: String
|
field :ad_fx, type: String
|
||||||
field :height, type: Integer
|
field :height, type: Integer
|
||||||
|
|
|
@ -7,7 +7,7 @@ module AdBanner
|
||||||
widget_methods ["widget"]
|
widget_methods ["widget"]
|
||||||
|
|
||||||
taggable "Banner"
|
taggable "Banner"
|
||||||
categorizable "Banner"
|
categorizable
|
||||||
|
|
||||||
side_bar do
|
side_bar do
|
||||||
head_label_i18n 'ad_banner.ad_banner', icon_class: "icons-landscape"
|
head_label_i18n 'ad_banner.ad_banner', icon_class: "icons-landscape"
|
||||||
|
|
Loading…
Reference in New Issue