Merge branch 'ntu' of github.com:Rulingcom/orbit into ntu

This commit is contained in:
Fu Matthew 2013-01-10 18:18:02 +08:00
commit 92f3be3200
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