0

I tried doing this when in rails console:

puts about_home_index_path

It gave me an erorr, why is that? should it work?

Blankman
  • 259,732
  • 324
  • 769
  • 1,199

1 Answers1

3

It was answered here: Rails: how do you access RESTful helpers?

You should use:
puts app.about_home_index_path

Community
  • 1
  • 1
Kalyan Maddu
  • 4,123
  • 2
  • 21
  • 26