Class: Ideasbugs::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Ideasbugs::ApplicationController
- Includes:
- RequestContext
- Defined in:
- app/controllers/ideasbugs/application_controller.rb
Overview
Root of the engine's PUBLIC surface: widget.js and the submission endpoint. These stay on a plain ActionController::Base deliberately — someone filing a bug report must not be routed through a host's admin controller, which would demand a staff session for the widget.
The dashboard's root is DashboardController, and that is where
config.base_controller_class applies.