From 69f6a9f713b05f41d824582a9ea4227bc1aa7769 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Mon, 8 Aug 2011 21:37:05 -0300 Subject: [PATCH] No longer needed, bug #10 fixed. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 939b39b1..93e8ff38 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,6 @@ describe application-specific data--just add the section's name to the list :exception_recipients => %w{exceptions@example.com}, :sections => %w{my_section1 my_section2} + ExceptionNotifier::Notifier.default_sections -When you add a new section or customize a section, you need to inform the gem where the views are. -Create an initializer called config/initializers/exception_notifier.rb with the following code: - - ExceptionNotifier::Notifier.prepend_view_path File.join(Rails.root, 'app/views') - If your new section requires information that isn't available by default, make sure it is made available to the email using the exception_data macro: