ensl.org/app/assets/javascripts/routes/gather.js
2014-10-13 22:30:28 -04:00

7 lines
172 B
JavaScript

ENSL.GatherRoute = ENSL.FullLayoutRoute.extend({
templateName: 'gathers/gather',
model: function(params) {
return this.store.find('gather', params.gather_id);
},
});