spec/dummy/config/application.rb in bitroleable-0.0.2 vs spec/dummy/config/application.rb in bitroleable-0.0.3
- old
+ new
@@ -18,9 +18,8 @@
# 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
# Do not swallow errors in after_commit/after_rollback callbacks.
- config.active_record.raise_in_transactional_callbacks = true
end
end