instance method call

Ruby on Rails 8.1.2

Since v8.1.2

Signature

call(event)

No documentation comment.

Parameters

event req
Source
# File activesupport/lib/active_support/structured_event_subscriber.rb, line 88
    def call(event)
      super
    rescue => e
      handle_event_error(event.name, e)
    end

Defined in activesupport/lib/active_support/structured_event_subscriber.rb line 88 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::StructuredEventSubscriber

Type at least 2 characters to search.

↑↓ navigate · open · esc close