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