Skip to content

Instantly share code, notes, and snippets.

@tbergeron
Created August 10, 2014 17:33
Show Gist options
  • Save tbergeron/83ef719bb8daa236a88f to your computer and use it in GitHub Desktop.
Save tbergeron/83ef719bb8daa236a88f to your computer and use it in GitHub Desktop.
App.EntryAdapter = DS.RESTAdapter.extend({
namespace: 'api/v1',
host: App.APIHost,
headers: function() {
return {
token: this.get('session.token')
};
}.property('session.token')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment