Class: Pinmark::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Pinmark::ApplicationController
- Defined in:
- app/controllers/pinmark/application_controller.rb
Overview
Base controller for the engine. Inherits from ‘ActionController::Base` directly (rather than the host’s ‘ApplicationController`) to keep the engine self-contained — host concerns like authentication / multi-tenancy never run for the dev-only annotation endpoints.