forked from smartinez87/exception_notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce5d77c
commit 72defaa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ To achieve that, you should use the _:ignore_exceptions_ option, like this: | |
:exception_recipients => %w{[email protected]}, | ||
:ignore_exceptions => %w{::ActionView::TemplateError} + ExceptionNotifier::Notifier.default_sections | ||
|
||
The above will make ExceptionNotifier ignore a +TemplateError+ | ||
The above will make ExceptionNotifier ignore a *TemplateError* | ||
exception, plus the ones ignored by default. | ||
By default, ExceptionNotifier ignores _ActiveRecord::RecordNotFound_, | ||
_AbstractController::ActionNotFound_ and | ||
|