Redirecting to the shop page when a distributor is selected

This commit is contained in:
Will Marshall
2014-03-13 11:47:55 +11:00
parent 1ba720481f
commit 9c655a855e

View File

@@ -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