Module: ActionPolicy::Policy::PreCheck::InstanceMethods
- Defined in:
- lib/action_policy/policy/pre_check.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#apply(rule) ⇒ Object
166 167 168 |
# File 'lib/action_policy/policy/pre_check.rb', line 166 def apply(rule) run_pre_checks(rule) { super } end |