Add ability to customize css and header for mobile

This commit is contained in:
Neil Lalonde
2013-09-16 12:21:49 -04:00
parent c9ebf23561
commit 13f17b2a5c
10 changed files with 189 additions and 72 deletions

View File

@@ -0,0 +1,7 @@
class AddMobileToSiteCustomizations < ActiveRecord::Migration
def change
add_column :site_customizations, :mobile_stylesheet, :text
add_column :site_customizations, :mobile_header, :text
add_column :site_customizations, :mobile_stylesheet_baked, :text
end
end