From f60b736de4bd00e1012c3baf0606a07423a7d73f Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Tue, 5 Mar 2013 17:15:06 +1100 Subject: Not required with the new version of exception_notification --- app/controllers/application_controller.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/controllers/application_controller.rb') 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 -- cgit v1.2.3