mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
fix some warnings
This commit is contained in:
parent
e99a516647
commit
3b4f158ea5
2 changed files with 6 additions and 0 deletions
|
@ -19,5 +19,9 @@ module LorisWeb
|
|||
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
||||
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
||||
config.i18n.default_locale = :de
|
||||
|
||||
|
||||
config.active_record.raise_in_transactional_callbacks = true
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -36,4 +36,6 @@ Rails.application.configure do
|
|||
|
||||
# Raises error for missing translations
|
||||
# config.action_view.raise_on_missing_translations = true
|
||||
|
||||
config.active_support.test_order = :random
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue