From 7d0815e85fb08a8ae73bf99887ba05c3ee48373f Mon Sep 17 00:00:00 2001 From: Sebastian Martinez Date: Sat, 1 Oct 2011 18:56:06 -0300 Subject: [PATCH] Move verbose_subject option down on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91f2fbc0..6550cac1 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ run on production. You can make it work by Customization --- -By default subject includes exception message. Use :verbose_subject => false -to exclude it from subject. By default, the notification email includes four parts: request, session, environment, and backtrace (in that order). You can customize how each of those sections are rendered by placing a partial named for that part in your @@ -78,6 +76,8 @@ it is made available to the email using the exception_data macro: In the above case, @document and @person would be made available to the email renderer, allowing your new section(s) to access and display them. See the existing sections defined by the plugin for examples of how to write your own. +You can also choose to exclude the exception message from the subject, which is included by default. +Use :verbose_subject => false to exclude it. Background Notifications ---