Class: MegaBar::TemplatesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- MegaBar::TemplatesController
- Includes:
- AuthorizationConcern, MegaBarConcern
- Defined in:
- app/controllers/mega_bar/templates_controller.rb
Instance Method Summary collapse
Methods included from MegaBarConcern
#add_form_path_to_mega_displays, #administer_block, #administer_page, #collect_filters, #column_sorting, #conditions, #constant_from_controller, #create, #destroy, #edit, #form_path, #index, #is_displayable?, #might_filter?, #might_paginate?, #move, #new, #num_per_page, #process_filters, #redo_setup, #set_vars_for_all, #set_vars_for_displays, #show, #sort_column, #sort_direction, #test_create, #unpack_nested_classes, #update
Methods inherited from ApplicationController
Methods included from AuthorizationHelper
#can_create?, #can_destroy?, #can_edit?, #can_index?, #can_perform_action?, #can_show?, #can_update?, #has_mega_role?, #link_if_can, #link_if_can_create, #link_if_can_destroy, #link_if_can_edit, #link_if_can_index, #link_if_can_show, #link_if_can_update, #link_if_can_with_wrapper
Instance Method Details
#render_template_with_layout_sections ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'app/controllers/mega_bar/templates_controller.rb', line 6 def render_template_with_layout_sections # @blocks = env["mega_final_blocks"] # @mega_layout_section = env[:mega_layout_section] # @mega_page = env[:mega_page] # @tabs = @blocks.select { |blck| blck[:actions] == "show" } # bob = render_to_string("mega_bar/master_layouts/#{@layout.template.code_name}") bob = render_to_string template: "mega_bar/master_layouts/#{@mega_layout.template.code_name}" bob end |