tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Improve EmberController inheritance change wording #502

Closed jswanner closed 7 years ago

jswanner commented 7 years ago

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.

seanpdoyle commented 7 years ago

Thanks!