markcatley-exception_notification 1.0.20080720 → 1.0.20080802

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/rails/init.rb +3 -0
  2. metadata +2 -2
data/rails/init.rb ADDED
@@ -0,0 +1,3 @@
1
+ require 'action_mailer'
2
+ require 'exception_notifiable'
3
+ ApplicationController.send :include, ExceptionNotifiable
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markcatley-exception_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20080720
4
+ version: 1.0.20080802
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -31,7 +31,7 @@ extra_rdoc_files: []
31
31
 
32
32
  files:
33
33
  - README
34
- - init.rb
34
+ - rails/init.rb
35
35
  - lib/exception_notifiable.rb
36
36
  - lib/exception_notifier_helper.rb
37
37
  - lib/exception_notifier.rb