Skip to content

Instantly share code, notes, and snippets.

@robyurkowski
Created July 10, 2013 05:16
Show Gist options
  • Save robyurkowski/5963653 to your computer and use it in GitHub Desktop.
Save robyurkowski/5963653 to your computer and use it in GitHub Desktop.
App.ApplicationRoute = Ember.Route.extend
setupController: () ->
@controllerFor('discussionPosts').set('model', App.DiscussionPost.find())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment