module Flexirest::ControllerInstrumentation
Protected Instance Methods
Source
# File lib/flexirest/instrumentation.rb, line 41 def append_info_to_payload(payload) super payload[:flexirest_time_spent] = Flexirest::Instrumentation.time_spent payload[:flexirest_calls_made] = Flexirest::Instrumentation.calls_made end
Calls superclass method