aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-05-12 01:58:57 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-07-26 23:54:39 +0530
commit18504eb78f305a420beaf8addd6239d387c33e9a (patch)
tree71c4750f220e2b515fe34da5020963048dcb5c84 /guides/source/command_line.md
parent41bc4c6207147a5eeafa323d763e66c06e61cacf (diff)
downloadrails-18504eb78f305a420beaf8addd6239d387c33e9a.tar.gz
rails-18504eb78f305a420beaf8addd6239d387c33e9a.tar.bz2
rails-18504eb78f305a420beaf8addd6239d387c33e9a.zip
Use a single term instead of all terms used to describe path and URL helpers together
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 1 insertions, 1 deletions
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