Skip to content

Instantly share code, notes, and snippets.

@marcoow
Created June 17, 2013 12:26
Show Gist options
  • Save marcoow/5796500 to your computer and use it in GitHub Desktop.
Save marcoow/5796500 to your computer and use it in GitHub Desktop.
ember.js session model
App.Session = DS.Model.extend({
authToken: DS.attr('string'),
account: DS.belongsTo('App.Account')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment