Method: Comfy::CmsHelper#cms_site_detect

Defined in:
app/helpers/comfy/cms_helper.rb

#cms_site_detectObject



56
57
58
59
60
# File 'app/helpers/comfy/cms_helper.rb', line 56

def cms_site_detect
  host = request.host_with_port.downcase
  path = request.fullpath
  Comfy::Cms::Site.find_site(host, path)
end