aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-02-18 10:24:50 -0500
committerJon Moss <maclover7@users.noreply.github.com>2016-02-18 10:24:50 -0500
commitd81e6bbb3b566cf6b469a75ad2fc0d14f5b662be (patch)
tree738144136b563d77493cd5779429ecaec88f1cf1
parentb286ba97d7145a585799e9d375759575e965b687 (diff)
parent6890043f4c50ee97d608964e35568fe4a346ee40 (diff)
downloadrails-d81e6bbb3b566cf6b469a75ad2fc0d14f5b662be.tar.gz
rails-d81e6bbb3b566cf6b469a75ad2fc0d14f5b662be.tar.bz2
rails-d81e6bbb3b566cf6b469a75ad2fc0d14f5b662be.zip
Merge pull request #23750 from kamal-github/master
fix the language for simple and proper understanding
-rw-r--r--guides/source/engines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index db50ad278f..c5fc2f73b4 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -402,8 +402,8 @@ module Blorgh
end
```
-NOTE: The `ApplicationController` class being inherited from here is the
-`Blorgh::ApplicationController`, not an application's `ApplicationController`.
+NOTE: The `ArticlesController` class inherits from
+`Blorgh::ApplicationController`, not the application's `ApplicationController`.
The helper inside `app/helpers/blorgh/articles_helper.rb` is also namespaced: