Module: SimplePageLayout::Helper
- Defined in:
- lib/simple-page-layout.rb
Defined Under Namespace
Classes: PageLayout
Instance Method Summary collapse
Instance Method Details
#simple_page_layout(site_name, options = {}, &block) ⇒ Object
54 55 56 57 |
# File 'lib/simple-page-layout.rb', line 54 def simple_page_layout(site_name, = {}, &block) page_layout = PageLayout.new self, site_name, page_layout.render &block end |