Enable iframes for embedded shopfronts

This commit is contained in:
Matt-Yorkley
2017-05-03 13:38:02 +01:00
committed by Maikel Linke
parent b1452f097d
commit 113f6565be
17 changed files with 122 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
class ShopsController < BaseController
layout 'darkswarm'
before_filter :enable_embedded_shopfront
def index
#@embeddable = "test"
end
end