this.route('prefixes', function () {
        this.route('show', { path: '/:prefix_id' }, function () {
          this.route('delete');
        });
        this.route('new');