Menu

Commit [r8718]  Maximize  Restore  History

route: repository: move :repository_id routes before non :repository_id routes

On Rails3 new route format, tests pass except following routes.

* 'projects/:id/repository' :action => 'show'
* 'projects/:id/repository/:repository_id' :action => 'show'

tmaruyama 2012-01-29

changed /trunk/config/routes.rb
/trunk/config/routes.rb Diff Switch to side-by-side view
Loading...