adapter{(DS.Adapter|String)}
The adapter to use to communicate to a backend server or other persistence layer.
This can be specified as an instance, class, or string.
If you want to specify app/adapters/custom.js as a string, do:
adapter: 'custom'
 Default: DS.JSONAPIAdapter 
Please login to continue.