Actions
Patch #3867
closedUnable to override application routes
Start date:
2009-09-15
Due date:
% Done:
0%
Estimated time:
Description
With Rails 2.3.4, Engines are no longer able to override Redmine's routes. My new plugin should fix this: http://github.com/edavis10/prepend_engine_routes
Updated by Eric Davis about 15 years ago
- Status changed from 7 to Closed
Just did some more testing and it looks like this isn't needed at all, Rails is allowing plugins to override the routes in 2.3.4. If anyone else has this problem, please reopen this issue with your details.
Tested with: http://github.com/edavis10/redmine_user_homepage
Actions