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

4 lines
122 B
JavaScript

ENSL.Router.map(function() {
// this.resource('gathers');
this.resource('gather', { path: '/gathers/:gather_id' });
});