How to access *_path and *_url helpers in Rails 4

Viewed 9077

I was reading Rails: Check output of path helper from console and none of the solutions worked for me, presumably because they are all for Rails 2/3.

In Rails 4/5, how can I access the *_path and *_url helpers from the rails console?

2 Answers
Related