Added config/routes.rb
Added the required routes to provide compatability for redmine 1.4.x closes #9
This commit is contained in:
3
config/routes.rb
Normal file
3
config/routes.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
ActionController::Routing::Routes.draw do |map|
|
||||
map.connect '/exceptionhandler', :controller => 'exceptionhandler', :action => 'index'
|
||||
end
|
||||
Reference in New Issue
Block a user