Exception: Acta::Web::ConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- Acta::Web::ConfigurationError
- Defined in:
- lib/acta/web.rb
Overview
Raised when the engine is mounted without ‘base_controller_class` being set. Without a configured parent, the engine’s controllers would inherit ActionController::Base directly — meaning the event log is publicly accessible. Fail loudly at request time so the mistake surfaces in development before reaching production.