Class: ApprovalEngine::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApprovalEngine::ApplicationController
- Defined in:
- app/controllers/approval_engine/application_controller.rb
Overview
Base controller for the mounted ops dashboard. It deliberately inherits from ActionController::Base (not the host’s ApplicationController) so the dashboard is self-contained; wrap the mount in your own auth constraint to protect it.