From 28b1ea2d9ff7be5c5b9a607795119dbe7a9a8af4 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Wed, 20 Sep 2017 15:41:48 +1000 Subject: [PATCH] Allow group pages to be in iframes --- app/controllers/groups_controller.rb | 1 + 1 file changed, 1 insertion(+) 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