export default Ember.Route.extend({
  redirect: function(model) {
    var currentOrder = this.spree.get('currentOrder');

    if (currentOrder) {