Recognize routes in rails console Session.
Posted
by Senthil
on Stack Overflow
See other posts from Stack Overflow
or by Senthil
Published on 2010-05-06T02:31:00Z
Indexed on
2010/05/06
2:38 UTC
Read the original article
Hit count: 239
ruby-on-rails
|routes
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 I got unrecognized method error, even after I did require 'config/routes.rb'
THanks
© Stack Overflow or respective owner