From a2671e54c3abfcdc14b95f262d0bb6d016a938ff Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 31 Oct 2009 18:59:01 +0100 Subject: added exception notifier plugin to catch all exceptions --- config/environments/production.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/environments/production.rb b/config/environments/production.rb index 1fc9f6b..429bf05 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -24,4 +24,7 @@ config.action_controller.perform_caching = true # config.action_mailer.raise_delivery_errors = false # Enable threaded mode -# config.threadsafe! \ No newline at end of file +# config.threadsafe! + +ExceptionNotifier.exception_recipients = %w(hukl@h3q.com) +ExceptionNotifier.sender_address = %("CCCMS Error" ) \ No newline at end of file -- cgit v1.3