Class: RailsBand::ActionMailbox::LogSubscriber

Inherits:
ActiveSupport::LogSubscriber
  • Object
show all
Defined in:
lib/rails_band/action_mailbox/log_subscriber.rb

Overview

The custom LogSubscriber for ActionMailbox.

Instance Method Summary collapse

Instance Method Details

#process(event) ⇒ Object



11
12
13
# File 'lib/rails_band/action_mailbox/log_subscriber.rb', line 11

def process(event)
  consumer_of(__method__)&.call(Event::Process.new(event))
end