I tried doing this when in rails console:
puts about_home_index_path
It gave me an erorr, why is that? should it work?
I tried doing this when in rails console:
puts about_home_index_path
It gave me an erorr, why is that? should it work?
It was answered here: Rails: how do you access RESTful helpers?
You should use:
puts app.about_home_index_path