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
In the console of a Rails 3.2 app:
# include routing and URL helpers include ActionDispatch::Routing include Rails.application.routes.url_helpers # use routes normally users_path #=> "/users"