ensl.org/app/assets/javascripts/router.js

5 lines
122 B
JavaScript
Raw Normal View History

2014-10-14 02:30:28 +00:00
ENSL.Router.map(function() {
// this.resource('gathers');
this.resource('gather', { path: '/gathers/:gather_id' });
});