Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve EmberController inheritance change wording
The previous wording implies that application-wide behavior would no longer apply to `EmberCli::EmberController`, due to inheritance change. But, `EmberCli::EmberController` still inherits from `ApplicationController`, it just no longer assumes that `ApplicationController` inherits from `ActionController::Base`.
- Loading branch information