Put back some field so ad_image can work
This commit is contained in:
parent
08adb887c5
commit
e24f7a7880
|
@ -6,6 +6,9 @@ class AdImage
|
|||
|
||||
field :title, localize: true
|
||||
field :context, localize: true
|
||||
field :to_save, :type => Boolean
|
||||
field :to_destroy, :type => Boolean
|
||||
|
||||
|
||||
field :direct_to_after_click,type: Boolean
|
||||
|
||||
|
|
Reference in New Issue