diff --git a/app/controllers/enterprises_controller.rb b/app/controllers/enterprises_controller.rb index d4b6ade04b..d9c285206a 100644 --- a/app/controllers/enterprises_controller.rb +++ b/app/controllers/enterprises_controller.rb @@ -67,7 +67,7 @@ class EnterprisesController < BaseController order.order_cycle = order_cycle_options.first if order_cycle_options.count == 1 order.save! - redirect_to main_app.enterprise_path(distributor) + redirect_to main_app.shop_path end # essentially the new 'show' action that renders non-spree view