Merge branch 'ntu' of github.com:Rulingcom/orbit into ntu
This commit is contained in:
commit
92f3be3200
|
@ -5,7 +5,10 @@ class AdImage
|
||||||
mount_uploader :file, ImageUploader
|
mount_uploader :file, ImageUploader
|
||||||
|
|
||||||
field :title, localize: true
|
field :title, localize: true
|
||||||
field :context, localize: true
|
field :context, localize: true
|
||||||
|
field :to_save, :type => Boolean
|
||||||
|
field :to_destroy, :type => Boolean
|
||||||
|
|
||||||
|
|
||||||
field :direct_to_after_click,type: Boolean
|
field :direct_to_after_click,type: Boolean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue