This commit is contained in:
parent
c5ad288da4
commit
18d4cf116f
|
@ -15,9 +15,7 @@ class Theme < ActiveRecord::Base
|
|||
greater_than_or_equal_to: 0, less_than_or_equal_to: 0xFFFFFF,
|
||||
allow_nil: true, only_integer: true
|
||||
|
||||
has_attached_file :css, use_timestamp: false, s3_metadata: {
|
||||
content_type: 'text/stylesheet'
|
||||
}, s3_headers: {
|
||||
has_attached_file :css, use_timestamp: false, s3_headers: {
|
||||
'Content-Type': 'text/stylesheet'
|
||||
}, fog_file: {
|
||||
content_type: 'text/stylesheet'
|
||||
|
|
Loading…
Reference in New Issue