Skip to content

Instantly share code, notes, and snippets.

@fivetwentysix
Created June 26, 2014 05:57
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 fivetwentysix/a506cacb09ce089aed75 to your computer and use it in GitHub Desktop.
Save fivetwentysix/a506cacb09ce089aed75 to your computer and use it in GitHub Desktop.
DemoApp.PlayersRoute = Ember.Route.extend
model: ->
Ember.$.getJSON '/players'
DemoApp.PlayersShowRoute = Ember.Route.extend
model: (params) ->
Ember.$.getJSON '/players/' + params.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment