Created
June 17, 2013 12:26
-
-
Save marcoow/5796500 to your computer and use it in GitHub Desktop.
ember.js session model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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