Class: MegaBar::PortfoliosController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- MegaBar::PortfoliosController
- Includes:
- MegaBarConcern
- Defined in:
- app/controllers/mega_bar/portfolios_controller.rb
Instance Method Summary collapse
Methods included from MegaBarConcern
#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, #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
Instance Method Details
#get_options ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/mega_bar/portfolios_controller.rb', line 5 def @options[:mega_bar_portfolios] = { theme_id: Theme.all.pluck("name, id") } end |