I\'m working on a mountable engine for use with Rails 3.1, and I want to list the engine\'s routes.
I created the engine using:
$ rails plugin new ra
In rails 3.2X If you are in you "host_app" and have mounted a engine you could probably list the routes by executing (should work out of the box):
bundle exec rake engine_name:routes