We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7badc25 commit abd8901Copy full SHA for abd8901
README.md
@@ -178,6 +178,15 @@ class ApplicationController < ActionController::Base
178
end
179
```
180
181
+**NOTE**
182
+
183
+When specifying a controller of your own, make sure [the controller is a
184
+descendant of `ApplicationController`][#321], and [`ApplicationController` is a
185
+descendant of `ActionController::Base`][#320].
186
187
+[#320]: https://github.com/thoughtbot/ember-cli-rails/issues/320
188
+[#321]: https://github.com/thoughtbot/ember-cli-rails/issues/321
189
190
### Rendering the EmberCLI generated JS and CSS
191
192
In addition to rendering the EmberCLI generated `index.html`, you can inject the
0 commit comments