Skip to content

Commit 69f6a9f

Browse files
committed
No longer needed, bug smartinez87#10 fixed.
1 parent 6ac8e8f commit 69f6a9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ describe application-specific data--just add the section's name to the list
5858
:exception_recipients => %w{[email protected]},
5959
:sections => %w{my_section1 my_section2} + ExceptionNotifier::Notifier.default_sections
6060

61-
When you add a new section or customize a section, you need to inform the gem where the views are.
62-
Create an initializer called config/initializers/exception_notifier.rb with the following code:
63-
64-
ExceptionNotifier::Notifier.prepend_view_path File.join(Rails.root, 'app/views')
65-
6661
If your new section requires information that isn't available by default, make sure
6762
it is made available to the email using the exception_data macro:
6863

0 commit comments

Comments
 (0)