Class: MegaBar::UtilsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/mega_bar/utils_controller.rb

Instance Method Summary collapse

Instance Method Details

#by_layoutObject



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