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,
|
greater_than_or_equal_to: 0, less_than_or_equal_to: 0xFFFFFF,
|
||||||
allow_nil: true, only_integer: true
|
allow_nil: true, only_integer: true
|
||||||
|
|
||||||
has_attached_file :css, use_timestamp: false, s3_metadata: {
|
has_attached_file :css, use_timestamp: false, s3_headers: {
|
||||||
content_type: 'text/stylesheet'
|
|
||||||
}, s3_headers: {
|
|
||||||
'Content-Type': 'text/stylesheet'
|
'Content-Type': 'text/stylesheet'
|
||||||
}, fog_file: {
|
}, fog_file: {
|
||||||
content_type: 'text/stylesheet'
|
content_type: 'text/stylesheet'
|
||||||
|
|
Loading…
Reference in New Issue