Class: MegaBar::TemplateSectionsController
Instance Method Summary
collapse
#add_form_path_to_mega_displays, #collect_filters, #column_sorting, #conditions, #constant_from_controller, #create, #destroy, #edit, #form_path, #index, #is_displayable?, #might_filter?, #might_paginate?, #move, #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
#_params
Instance Method Details
#get_options ⇒ Object
9
10
11
12
13
|
# File 'app/controllers/mega_bar/template_sections_controller.rb', line 9
def get_options
@options[:mega_bar_template_sections] = {
template_id: Template.all.pluck("name, id")
}
end
|
#new ⇒ Object
5
6
7
8
|
# File 'app/controllers/mega_bar/template_sections_controller.rb', line 5
def new
@template_id = params["template_id"] if params["template_id"]
super
end
|