this.resource('pages', function () {
        this.route('new');
        this.route('page', {path: ':page_id'});
      });