Skip to content

Commit

Permalink
Document custom controller assumptions
Browse files Browse the repository at this point in the history
Closes [#320] and [#321].

[#320]: #320
[#321]: #321
  • Loading branch information
seanpdoyle committed Dec 3, 2015
1 parent 7badc25 commit abd8901
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ class ApplicationController < ActionController::Base
end
```

**NOTE**

When specifying a controller of your own, make sure [the controller is a
descendant of `ApplicationController`][#321], and [`ApplicationController` is a
descendant of `ActionController::Base`][#320].

[#320]: https://github.com/thoughtbot/ember-cli-rails/issues/320
[#321]: https://github.com/thoughtbot/ember-cli-rails/issues/321

### Rendering the EmberCLI generated JS and CSS

In addition to rendering the EmberCLI generated `index.html`, you can inject the
Expand Down

0 comments on commit abd8901

Please sign in to comment.