ensl.org/app/assets/javascripts/routes/gather.js

8 lines
172 B
JavaScript
Raw Normal View History

2014-10-14 02:30:28 +00:00
ENSL.GatherRoute = ENSL.FullLayoutRoute.extend({
templateName: 'gathers/gather',
model: function(params) {
return this.store.find('gather', params.gather_id);
},
});