module ActionTracer::MonkeyPatches::AbstractController::Callbacks

Public Instance Methods

process_action(*args) click to toggle source
Calls superclass method
# File lib/action_tracer/monkey_patches/abstract_controller/callbacks.rb, line 7
def process_action(*args)
  ActionTracer.log(self) do
    super
  end
end