added field for admin email confirmation
This commit is contained in:
		
							parent
							
								
									edf055b53a
								
							
						
					
					
						commit
						1afcd7b289
					
				| 
						 | 
					@ -48,6 +48,7 @@ class Site
 | 
				
			||||||
  field :mobile_bar_color, :type => Array, :default=>[]
 | 
					  field :mobile_bar_color, :type => Array, :default=>[]
 | 
				
			||||||
  field :site_token
 | 
					  field :site_token
 | 
				
			||||||
  field :mobile_on, :type => Boolean, :default => false
 | 
					  field :mobile_on, :type => Boolean, :default => false
 | 
				
			||||||
 | 
					  field :store_confirmation, :type => Boolean, :default => false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  belongs_to :design
 | 
					  belongs_to :design
 | 
				
			||||||
  has_many :site_metas, :autosave => true, :dependent => :destroy
 | 
					  has_many :site_metas, :autosave => true, :dependent => :destroy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue