Put back some field so ad_image can work

This commit is contained in:
chris 2013-01-10 11:08:57 +08:00
parent 08adb887c5
commit e24f7a7880
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ class AdImage
mount_uploader :file, ImageUploader
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