1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Update Rails to 4.2.0

This commit is contained in:
2015-01-05 09:49:19 +01:00
parent d4eba3d893
commit 4bcc7b0186
12 changed files with 136 additions and 58 deletions

View File

@@ -20,5 +20,8 @@ module Projekteuler
config.i18n.load_path += Dir[Rails.root.join('config', 'locales', '**', '*.{rb,yml}').to_s]
config.i18n.available_locales = :de
config.i18n.default_locale = :de
# Do not swallow errors in after_commit/after_rollback callbacks.
config.active_record.raise_in_transactional_callbacks = true
end
end