Skip to content

Instantly share code, notes, and snippets.

@fivetwentysix
Created June 26, 2014 04:51
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/c346962a9ba5408091c1 to your computer and use it in GitHub Desktop.
Save fivetwentysix/c346962a9ba5408091c1 to your computer and use it in GitHub Desktop.
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