This commit is contained in:
Yuki 2015-08-26 01:43:08 +05:30
parent cd6c746e4d
commit 9daa8a7ab3
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ class Theme < ActiveRecord::Base
self.css = style
self.css.instance_write :content_type, 'text/css'
self.css_content_Type = 'text/css'
self.css_content_type = 'text/css'
end
end