Module: ActiveSupport::Messages::Rotator::Verifier
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | activesupport/lib/active_support/messages/rotator.rb |
Instance Method Summary
Instance Method Details
#verified(*args, on_rotation: @on_rotation, **options)
[ GitHub ]# File 'activesupport/lib/active_support/messages/rotator.rb', line 36
def verified(*args, on_rotation: @on_rotation, ** ) super || run_rotations(on_rotation) { |verifier| verifier.verified(*args, ** ) } end