From c5519699af2fe7fa0c52908d3ae18b1755e53021 Mon Sep 17 00:00:00 2001 From: Coleman Date: Tue, 15 Jul 2008 21:09:36 -0500 Subject: [PATCH] do not notify for missing documents, i do not care --- app/controllers/exceptions.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/exceptions.rb b/app/controllers/exceptions.rb index 9b7c6d4..fd6a89a 100644 --- a/app/controllers/exceptions.rb +++ b/app/controllers/exceptions.rb @@ -5,7 +5,7 @@ class Exceptions < Application def not_found @page_title = 'Error 404' @secondary_title = 'Document Not Found' - render_and_notify :format => :html + render end # handle NotAcceptable exceptions (406) @@ -14,4 +14,4 @@ class Exceptions < Application @secondary_title = 'Application Exception' render_and_notify :format => :html end -end \ No newline at end of file +end