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

Add modules to `ember_cli/ember` controller #481

Closed seanpdoyle closed 8 years ago

seanpdoyle commented 8 years ago

Closes #480.

When the ApplicationController extends ActionController::API, HTML rendering modules and logic are omitted.

To make the EmberCli::EmberController capable of rendering the Ember application's HTML, this commit ensures those modules are included when necessary.