We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac8e8f commit 69f6a9fCopy full SHA for 69f6a9f
README.md
@@ -58,11 +58,6 @@ describe application-specific data--just add the section's name to the list
58
:exception_recipients => %w{[email protected]},
59
:sections => %w{my_section1 my_section2} + ExceptionNotifier::Notifier.default_sections
60
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
66
If your new section requires information that isn't available by default, make sure
67
it is made available to the email using the exception_data macro:
68
0 commit comments