Fix routing for paths starting with help and projects
Rails routes are matched by order they are specified. We can fix this by pushing `draw :group` to be above the `draw :help` and `resources :projects` routes. Adds tests
Showing
Please register or sign in to comment