This commit is contained in:
Yuki 2015-08-26 01:06:51 +05:30
parent 741bee22a0
commit 1ad2a60c5d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Theme < ActiveRecord::Base
allow_nil: true, only_integer: true
has_attached_file :css, use_timestamp: false, s3_headers: {
'Content-Type': 'text/css'
'Content-Type' => 'text/css'
}, fog_file: {
content_type: 'text/css'
}