export default Ember.Route.extend({
  model: function(params) {
    var _this = this;
    return this.spree.store.find('order', params.id).catch(function() {
      _this.transitionTo('spree.products.index');