Sha256: 6eda8fca992a76e887cf3060bd1f145a2abcc8357d8ad78b3df2c0ad6618867d
Contents?: true
Size: 312 Bytes
Versions: 12
Compression:
Stored size: 312 Bytes
Contents
(function() { "use strict"; App.Router.map(function() { this.route('index', { path: '/' }); this.resource('posts', { path: '/posts' }, function() { this.route('edit', { path: '/:post_id/edit' }); this.route('new'); this.route('show', { path: '/:post_id' }); }); }); })();
Version data entries
12 entries across 12 versions & 1 rubygems