Module: Pundit::Logger::LogControllerPolicySummary
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/pundit_logger/log_controller_policy_summary.rb
Overview
Once a controller action completes, the names of the Pundit policies invoked are logged to the configured logger.
Intended for mixing into Rails controllers
Functionality controlled by Pundit::Logger.log_controller_policy_summary; disable by setting that to false.