Mobile Color Bar is array now.

This commit is contained in:
saurabhbhatia 2013-12-09 15:23:40 +08:00
parent 6f397868ec
commit c8c51e7c6f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Site
field :google_analytics
field :address
field :phone_number, :type => Hash,:default=>{}
field :mobile_bar_color, :type => String
field :mobile_bar_color, :type => Array
field :mobile_on, :type => Boolean, :default => false