Dynamic path helpers rails

Viewed 37313

What are the paths that is automatically added by Rails? Let say you have a Question resource you automatically get questions_path, question_path etc. Where do I see what they resolve to and what I get?

3 Answers
Related