Class: CommandDeck::PanelsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- CommandDeck::PanelsController
- Defined in:
- app/controllers/command_deck/panels_controller.rb
Overview
Controller for serving panels
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/command_deck/panels_controller.rb', line 6 def index render json: { panels: serialize_panels } end |