Added config/routes.rb

Added the required routes to provide compatability for redmine 1.4.x
closes #9
This commit is contained in:
2012-04-19 12:56:15 -04:00
parent fa75c83099
commit 1bd8e349f9

3
config/routes.rb Normal file
View File

@@ -0,0 +1,3 @@
ActionController::Routing::Routes.draw do |map|
map.connect '/exceptionhandler', :controller => 'exceptionhandler', :action => 'index'
end