Skip to content

Instantly share code, notes, and snippets.

@mcfiredrill
Created April 21, 2014 21:37
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 mcfiredrill/11157450 to your computer and use it in GitHub Desktop.
Save mcfiredrill/11157450 to your computer and use it in GitHub Desktop.
Fortchan12.PostsRoute = Ember.Route.extend model: -> Ember.RSVP.hash posts: @get('store').findAll 'post' newPost: @get('store').createRecord 'post'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment