diff options
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/production.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index f8d078ed..fced9496 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb | |||
| @@ -27,6 +27,7 @@ Rails.application.configure do | |||
| 27 | 27 | ||
| 28 | config.i18n.fallbacks = true | 28 | config.i18n.fallbacks = true |
| 29 | 29 | ||
| 30 | config.assets.css_compressor = nil | ||
| 30 | config.active_record.dump_schema_after_migration = false | 31 | config.active_record.dump_schema_after_migration = false |
| 31 | config.active_record.attributes_for_inspect = [ :id ] | 32 | config.active_record.attributes_for_inspect = [ :id ] |
| 32 | end | 33 | end |
