From 72defaa7e188a11f97e23a28fb44a8d6d75149f1 Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Fri, 21 Oct 2011 19:35:51 -0200 Subject: [PATCH] Fix markdown. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545fc696..53d17c8b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To achieve that, you should use the _:ignore_exceptions_ option, like this: :exception_recipients => %w{exceptions@example.com}, :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