Skip to content

Instantly share code, notes, and snippets.

@mikegrassotti
Created July 2, 2014 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikegrassotti/a4fcae01354b52be0146 to your computer and use it in GitHub Desktop.
Save mikegrassotti/a4fcae01354b52be0146 to your computer and use it in GitHub Desktop.
1 // app/initializers/session.js
2 export default {
3 name: 'session',
4 initialize: function() {
5 // code
6 }
7 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment