aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-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 6eb558885f..5065aab6b7 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -890,7 +890,7 @@ engine this would be done by changing
`app/controllers/blorgh/application_controller.rb` to look like:
```ruby
-class Blorgh::ApplicationController < ApplicationController
+class Blorgh::ApplicationController < ::ApplicationController
end
```