UNPKG

wnpc

Version:

This README outlines the details of collaborating on this Ember application.

9 lines (6 loc) 183 B
`import Ember from 'ember'` ShowsRoute = Ember.Route.extend( model: -> @store.find('show', {sort: 'seeds', format:'mp4', quality: '720p,1080p'}) ) `export default ShowsRoute`