public
Description: Old repository for webjam. New one lives at http://github.com/webjam/webjam
Homepage: http://webjam.com.au
Clone URL: git://github.com/toolmantim/webjam.git
Disable exception notifications
toolmantim (author)
Fri Sep 05 19:26:38 -0700 2008
commit  407f131e71733fc585cde94d94b1b4dc67dbffec
tree    513fe3633fa29fc870e9815957e94d27002f92b3
parent  c9f3799d8d1cfce48983a5faeaa060bd77e9bd2d
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 class ApplicationController < ActionController::Base
0
   class NotFound < StandardError; end
0
   
0
- include ExceptionNotifiable
0
+ # include ExceptionNotifiable
0
 
0
   session :session_key => '_backjam_session_id'
0
   

Comments

    No one has commented yet.