From 2cf090157e0f868fac90e9e47affb672e838ce27 Mon Sep 17 00:00:00 2001 From: Peter Lampesberger Date: Sat, 25 Sep 2010 03:05:46 +0200 Subject: [PATCH] Corrected install instructions - rails3 - in README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index c5f355c1..37c109fd 100644 --- a/README +++ b/README @@ -15,7 +15,8 @@ environment, and also gives a backtrace of the exception. As of Rails 3 ExceptionNotifier is used as a rack middleware - Whatever::Application.config.middleware.use ExceptionNotifier, + # application.rb + config.middleware.use ::ExceptionNotifier, :email_prefix => "[Whatever] ", :sender_address => %{"notifier" }, :exception_recipients => %w{exceptions@example.com}