aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorRafael França <rafael@franca.dev>2019-07-26 14:39:59 -0400
committerGitHub <noreply@github.com>2019-07-26 14:39:59 -0400
commit7f16fedad32f01664ad82829f244319bc752fcd7 (patch)
tree1d3548c533063fa2884eb8c807d6674deccb7328 /guides/source/command_line.md
parent2c39978ffca683445c19351757f5cdb79af62575 (diff)
parent18504eb78f305a420beaf8addd6239d387c33e9a (diff)
downloadrails-7f16fedad32f01664ad82829f244319bc752fcd7.tar.gz
rails-7f16fedad32f01664ad82829f244319bc752fcd7.tar.bz2
rails-7f16fedad32f01664ad82829f244319bc752fcd7.zip
Merge pull request #36254 from sharang-d/remove-named-helpers
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