From 994d3ebe9bea5164a4383d408f9a0b6733ae2bc7 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 19 Sep 2014 10:30:31 -0700 Subject: Standardize on `Rails.application` [ci skip] This seems to be the style settled on in most of the templates. --- railties/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/CHANGELOG.md') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 0543b57ad4..2e7f134101 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -73,7 +73,7 @@ namespace: my_app_development # config/production.rb - MyApp::Application.configure do + Rails.application.configure do config.middleware.use ExceptionNotifier, config_for(:exception_notification) end -- cgit v1.2.3