added field for admin email confirmation

This commit is contained in:
Saurabh Bhatia 2014-02-27 14:55:58 +08:00
parent edf055b53a
commit 1afcd7b289
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class Site
field :mobile_bar_color, :type => Array, :default=>[]
field :site_token
field :mobile_on, :type => Boolean, :default => false
field :store_confirmation, :type => Boolean, :default => false
belongs_to :design
has_many :site_metas, :autosave => true, :dependent => :destroy