aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.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/engines.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/engines.md')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 8961a079b5..b3ac243af9 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -264,7 +264,7 @@ contains a file called `application_helper.rb`. This file will provide any
common functionality for the helpers of the engine. The `blorgh` directory
is where the other helpers for the engine will go. By placing them within
this namespaced directory, you prevent them from possibly clashing with
-identically-named helpers within other engines or even within the
+identically-named route helpers within other engines or even within the
application.
Within the `app/jobs` directory there is a `blorgh` directory that