We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff24041 + 38e8bb8 commit d0cdc96Copy full SHA for d0cdc96
guides/source/engines.md
@@ -136,7 +136,7 @@ following to the dummy application's routes file at
136
`test/dummy/config/routes.rb`:
137
138
```ruby
139
-mount Blorgh::Engine, at: "blorgh"
+mount Blorgh::Engine => "/blorgh"
140
```
141
142
### Inside an Engine
@@ -173,7 +173,7 @@ Within `lib/blorgh/engine.rb` is the base class for the engine:
173
174
175
module Blorgh
176
- class Engine < Rails::Engine
+ class Engine < ::Rails::Engine
177
isolate_namespace Blorgh
178
end
179
0 commit comments