=> death
This commit is contained in:
parent
741bee22a0
commit
1ad2a60c5d
|
@ -16,7 +16,7 @@ class Theme < ActiveRecord::Base
|
||||||
allow_nil: true, only_integer: true
|
allow_nil: true, only_integer: true
|
||||||
|
|
||||||
has_attached_file :css, use_timestamp: false, s3_headers: {
|
has_attached_file :css, use_timestamp: false, s3_headers: {
|
||||||
'Content-Type': 'text/css'
|
'Content-Type' => 'text/css'
|
||||||
}, fog_file: {
|
}, fog_file: {
|
||||||
content_type: 'text/css'
|
content_type: 'text/css'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue