Say I have a router helper that I want more info on, like blogs_path, how do I find out the map statements behind that in console.
I tried generate and recognize and
running the routes command from your project directory will display your routing:
rake routes
is this what you had in mind?