mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Allow group pages to be in iframes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user