Skip to content

Commit

Permalink
Fix markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 committed Oct 21, 2011
1 parent ce5d77c commit 72defaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72defaa

Please sign in to comment.