FEATURE: Can create stylesheets for embedded comments

This commit is contained in:
Robin Ward
2015-08-10 10:21:04 -04:00
parent 0932e82508
commit bd631e343a
14 changed files with 77 additions and 47 deletions
@@ -0,0 +1,6 @@
class AddEmbeddedCssToSiteCustomizations < ActiveRecord::Migration
def change
add_column :site_customizations, :embedded_css, :text
add_column :site_customizations, :embedded_css_baked, :text
end
end