diff options
| author | hukl <contact@smyck.org> | 2009-10-31 18:59:01 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-31 18:59:01 +0100 |
| commit | a2671e54c3abfcdc14b95f262d0bb6d016a938ff (patch) | |
| tree | 36fb152b93ac11fe2c97b91f6fde5b39408eed15 /vendor/plugins/exception_notification/init.rb | |
| parent | 3781bd31ff137e6bc0a3b1d0c5506dfb42878a5c (diff) | |
added exception notifier plugin to catch all exceptions
Diffstat (limited to 'vendor/plugins/exception_notification/init.rb')
| -rw-r--r-- | vendor/plugins/exception_notification/init.rb | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 1 | require "action_mailer" | ||
| 2 | require "exception_notifier" | ||
| 3 | require "exception_notifiable" | ||
| 4 | require "exception_notifier_helper" | ||
