From 18504eb78f305a420beaf8addd6239d387c33e9a Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Sun, 12 May 2019 01:58:57 +0530 Subject: Use a single term instead of all terms used to describe path and URL helpers together --- guides/source/command_line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/command_line.md') diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 60d0de17bc..4acc25bdc2 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -368,7 +368,7 @@ irb(main):001:0> Inside the `rails console` you have access to the `app` and `helper` instances. -With the `app` method you can access URL and path helpers, as well as do requests. +With the `app` method you can access named route helpers, as well as do requests. ```bash >> app.root_path -- cgit v1.2.3