T -> t
This commit is contained in:
parent
cd6c746e4d
commit
9daa8a7ab3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue