public
Fork of defunkt/exception_logger
Description: Don't use this fork, instead use the original by defunkt as that has these changes merged in.
Clone URL: git://github.com/ryanb/exception_logger.git
correcting routing note in README since the controller isn't fully RESTful
ryanb (author)
Sun May 04 22:29:12 -0700 2008
commit  c25f64a95fb20c705bf9a0ddfb6a1f22016bafce
tree    40d2b2bab1a97e78fc8fa4c27aa6228c299d50dc
parent  76cd04dc61b7025b97e62b80cdc090596b459cb4
0
...
19
20
21
22
 
23
24
25
...
19
20
21
 
22
23
24
25
0
@@ -19,7 +19,7 @@ Next, you'll need to include the ExceptionLoggable module into ApplicationContro
0
 
0
 Now add a new route to your routes.rb:
0
 
0
- map.resources :logged_exceptions
0
+ map.connect "logged_exceptions/:action/:id", :controller => "logged_exceptions"
0
 
0
 After that, visit /logged_exceptions in your application to manage the exceptions.
0
 

Comments

    No one has commented yet.