Skip to content

Commit

Permalink
Basic route for Redmine 1.4 compatibility
Browse files Browse the repository at this point in the history
Re-create the default route that was defined in 1.3.
  • Loading branch information
Etienne Dysli Metref committed Dec 6, 2012
1 parent c799074 commit 9b2c7ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ActionController::Routing::Routes.draw do |map|
map.connect 'reminders/:action/:id', :controller => 'reminders'
end

0 comments on commit 9b2c7ff

Please sign in to comment.