mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
ENSL.GatherRoute = ENSL.FullLayoutRoute.extend({
|
|
templateName: 'gathers/gather',
|
|
|
|
model: function(params) {
|
|
return this.store.find('gather', params.gather_id);
|
|
},
|
|
});
|