method

verified

rails latest stable - Class: ActiveSupport::Messages::Rotator::Verifier

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

verified(*args, on_rotation: @on_rotation, **options)
public

No documentation available.

# File activesupport/lib/active_support/messages/rotator.rb, line 36
        def verified(*args, on_rotation: @on_rotation, **options)
          super || run_rotations(on_rotation) { |verifier| verifier.verified(*args, **options) }
        end