import Ember from 'ember';var Router = Ember.Router.extend({});Router.map(function() { this.resource('posts', function() { this.resource('new'); this.resource('post',{'path':'/:postId'}); });});export default Router;
沒有留言:
張貼留言