Method: ActiveSupport::LogSubscriber#call

Defined in:
activesupport/lib/active_support/log_subscriber.rb

#call(event) ⇒ Object



146
147
148
149
150
# File 'activesupport/lib/active_support/log_subscriber.rb', line 146

def call(event)
  super if logger
rescue => e
  log_exception(event.name, e)
end