Class: Pinmark::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
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.

Direct Known Subclasses

AnnotationsController