Module: BillyCms::CmsPathHelper

Defined in:
app/helpers/billy_cms/cms_path_helper.rb

Instance Method Summary collapse

Instance Method Details

#cms_path(page) ⇒ Object



3
4
5
6
# File 'app/helpers/billy_cms/cms_path_helper.rb', line 3

def cms_path(page)
  return root_path if page.slug == 'startseite'
  page.cms_path
end