Rails 3: I want to list all paths defined in my rails application

wael34218 picture wael34218 · Jul 23, 2011 · Viewed 119.8k times · Source

I want to list all defined helper path functions (that are created from routes) in my rails 3 application, if that is possible.

Thanks,

Answer

house9 picture house9 · Jul 23, 2011
rake routes

or

bundle exec rake routes