this.resource('posts', function () {
        this.route('new');
        this.route('post', {path: ':post_id'});
      });