Files
redmine-exception-handler/config/routes.rb
Ricky Barrette 1bd8e349f9 Added config/routes.rb
Added the required routes to provide compatability for redmine 1.4.x
closes #9
2012-04-19 12:56:15 -04:00

4 lines
141 B
Ruby

ActionController::Routing::Routes.draw do |map|
map.connect '/exceptionhandler', :controller => 'exceptionhandler', :action => 'index'
end