aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorkamal namdeo <kamal.github@gmail.com>2016-02-18 12:38:07 +0530
committerkamal namdeo <kamal.github@gmail.com>2016-02-18 13:23:07 +0530
commitdd898fe6a015ab47405ac3851ba50ffd5bc1c22a (patch)
tree1e6b4a56615def82d628ae5f1bba0a7dbf83bb4d /guides/source/engines.md
parent00b62719b4ff4fe4e60b00ba46c03cc6209b1f40 (diff)
downloadrails-dd898fe6a015ab47405ac3851ba50ffd5bc1c22a.tar.gz
rails-dd898fe6a015ab47405ac3851ba50ffd5bc1c22a.tar.bz2
rails-dd898fe6a015ab47405ac3851ba50ffd5bc1c22a.zip
Fix the language in engines guide
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 db50ad278f..fd940f4084 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -402,7 +402,7 @@ module Blorgh
end
```
-NOTE: The `ApplicationController` class being inherited from here is the
+NOTE: The `ArticlesController` class inherits from
`Blorgh::ApplicationController`, not an application's `ApplicationController`.
The helper inside `app/helpers/blorgh/articles_helper.rb` is also namespaced: