Skip to content

Instantly share code, notes, and snippets.

@mmun
Forked from jasongonzales23/gist:6613397
Created September 18, 2013 18:41
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 mmun/6613602 to your computer and use it in GitHub Desktop.
Save mmun/6613602 to your computer and use it in GitHub Desktop.
App.SomeRoute = Ember.Route.extend
model: ->
@.store.find('some_data')
App.SomeIndexRoute = Ember.Route.extend
model: ->
@modelFor('some')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment