I\'m trying to write an Ember application in Rails 4, and have decided to go with rails-api for the api controllers, while keeping the application controller in
rails-api
If you're like me and creating an API on top of an existing application, you can add this to your config/application.rb file:
config.api_only = false