Class: CurrentScope::ApplicationController

Inherits:
Object
  • Object
show all
Includes:
MutationGuard
Defined in:
app/controllers/current_scope/application_controller.rb

Overview

Inherits from the host's controller (config.parent_controller) so the host's authentication — and its Context before_action — run first. The management UI is the place permissions are granted, so it cannot be gated by grantable permissions: only full_access subjects get in.