Sha256: 8d20519a150627afd4304c59f123d54705d4e6fbcea7c67287281faf117c7e29
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
module MegaBar class MasterLayoutSectionsController < ActionController::Base def render_layout_section_with_blocks @blocks = env['mega_final_blocks'] @mega_layout_section = env[:mega_layout_section] @mega_layout = env[:mega_layout] @mega_page = env[:mega_page] render end def render_layout_section_admin render 'render_layout_section_admin' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | app/controllers/mega_bar/master_layout_sections_controller.rb |
mega_bar-0.5.1 | app/controllers/mega_bar/master_layout_sections_controller.rb |