diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 20:28:00 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 20:28:00 +0200 |
| commit | 4c22631a5a85b3082f0525cc2454d2bd2251922a (patch) | |
| tree | 5eb55fdf0df1b37437157b5ca089f218bacc2bec /config/environments | |
| parent | 420506e58fdfc84f1a5bede0a01dedf0af3bb4f3 (diff) | |
Fix routes after removing the routing-filter
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 |
