diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 43a3f49abe..0a3b46b342 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -6,6 +6,7 @@ class GroupsController < BaseController end def show + enable_embedded_shopfront @group = EnterpriseGroup.find_by_permalink(params[:id]) || EnterpriseGroup.find(params[:id]) end end