class Mnemosyne::Probes::ActionDispatch::ShowExceptions::Probe

Public Instance Methods

setup() click to toggle source
# File lib/mnemosyne/probes/action_dispatch/show_exceptions.rb, line 8
def setup
  ::ActionDispatch::ShowExceptions.prepend Instrumentation
end