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 --- vendor/plugins/exception_notification/init.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vendor/plugins/exception_notification/init.rb (limited to 'vendor/plugins/exception_notification/init.rb') diff --git a/vendor/plugins/exception_notification/init.rb b/vendor/plugins/exception_notification/init.rb new file mode 100644 index 0000000..4d9d76e --- /dev/null +++ b/vendor/plugins/exception_notification/init.rb @@ -0,0 +1,4 @@ +require "action_mailer" +require "exception_notifier" +require "exception_notifiable" +require "exception_notifier_helper" -- cgit v1.3