Module: I18nProofreading::RequestContext
- Extended by:
- ActiveSupport::Concern
- Included in:
- ApplicationController, DashboardController
- Defined in:
- app/controllers/concerns/i18n_proofreading/request_context.rb
Overview
Who is asking, and the gates that answer it.
A concern rather than inherited behaviour because the engine has two
controller roots: the public endpoints hang off ActionController::Base, and
the dashboard hangs off whatever the host set as base_controller_class.