summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-27 20:28:00 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-27 20:28:00 +0200
commit4c22631a5a85b3082f0525cc2454d2bd2251922a (patch)
tree5eb55fdf0df1b37437157b5ca089f218bacc2bec /config/environments
parent420506e58fdfc84f1a5bede0a01dedf0af3bb4f3 (diff)
Fix routes after removing the routing-filter
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb1
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 ]
32end 33end