diff options
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 |
