diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 0000000..f8f7ca2 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,3 @@ +ActionController::Routing::Routes.draw do |map| + map.connect '/exceptionhandler', :controller => 'exceptionhandler', :action => 'index' +end