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/application.rb | |
| parent | 420506e58fdfc84f1a5bede0a01dedf0af3bb4f3 (diff) | |
Fix routes after removing the routing-filter
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 3ddad2d..0be3396 100644 --- a/config/application.rb +++ b/config/application.rb | |||
| @@ -9,6 +9,10 @@ module Cccms | |||
| 9 | config.load_defaults 8.1 | 9 | config.load_defaults 8.1 |
| 10 | 10 | ||
| 11 | config.autoload_lib(ignore: %w[assets tasks]) | 11 | config.autoload_lib(ignore: %w[assets tasks]) |
| 12 | Rails.autoloaders.main.ignore( | ||
| 13 | Rails.root.join('lib/chaos_importer.rb'), | ||
| 14 | Rails.root.join('lib/update_importer.rb') | ||
| 15 | ) | ||
| 12 | 16 | ||
| 13 | config.time_zone = 'Berlin' | 17 | config.time_zone = 'Berlin' |
| 14 | 18 | ||
| @@ -16,5 +20,6 @@ module Cccms | |||
| 16 | config.i18n.fallbacks = { en: [:en, :de] } | 20 | config.i18n.fallbacks = { en: [:en, :de] } |
| 17 | 21 | ||
| 18 | config.filter_parameters += [:password, :password_confirmation] | 22 | config.filter_parameters += [:password, :password_confirmation] |
| 23 | config.active_storage.variant_processor = :disabled | ||
| 19 | end | 24 | end |
| 20 | end | 25 | end |
