Class: CommandDeck::BaseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/command_deck/base_controller.rb

Overview

Base controller for the Command Deck engine.

Dev-only: requests are guarded via ensure_development! and CSRF is skipped because forms are internal to the overlay UI and this engine is intended for development environments only.