Skip to content

Instantly share code, notes, and snippets.

@MartinMalinda
Created November 7, 2015 19:10
Show Gist options
  • Save MartinMalinda/0f8f377ce553167ad8bc to your computer and use it in GitHub Desktop.
Save MartinMalinda/0f8f377ce553167ad8bc to your computer and use it in GitHub Desktop.
Altering the session object in Ember Inspector
tempSession.set('isAuthenticated', true)
tempSession.set('user', tempUserModel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment