aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-03-05 17:15:06 +1100
committerHenare Degan <henare.degan@gmail.com>2013-03-05 17:15:06 +1100
commitf60b736de4bd00e1012c3baf0606a07423a7d73f (patch)
tree25bd39dee76150473c616ced1f941aed93d9f3c6
parentb65f0bbf9aa12c94c0cc9d4837511038b8650ea1 (diff)
Not required with the new version of exception_notification
-rw-r--r--app/controllers/application_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index e86bf5fb3..a6df11ef7 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -16,9 +16,6 @@ class ApplicationController < ActionController::Base
layout "default"
include FastGettext::Translation # make functions like _, n_, N_ etc available)
- # Send notification email on exceptions
- include ExceptionNotification::Notifiable
-
# Note: a filter stops the chain if it redirects or renders something
before_filter :authentication_check
before_filter :set_gettext_locale