Class: MegaBar::UtilsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- MegaBar::UtilsController
- Defined in:
- app/controllers/mega_bar/utils_controller.rb
Instance Method Summary collapse
Instance Method Details
#by_layout ⇒ Object
4 5 6 |
# File 'app/controllers/mega_bar/utils_controller.rb', line 4 def by_layout render json: TemplateSection.where(template_id: Layout.find(31).template_id).pluck(:id) end |