From 1ad2a60c5d8e81e39e39a5d8c42b1886847bf055 Mon Sep 17 00:00:00 2001 From: Yuki Date: Wed, 26 Aug 2015 01:06:51 +0530 Subject: [PATCH] => death --- app/models/theme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/theme.rb b/app/models/theme.rb index bdf1d75b..702effcc 100644 --- a/app/models/theme.rb +++ b/app/models/theme.rb @@ -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' }