do not notify for missing documents, i do not care

master
Coleman 2008-07-15 21:09:36 -05:00
parent a4b05f7825
commit c5519699af
1 changed files with 2 additions and 2 deletions

View File

@ -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)