module NewRelic::Agent::Instrumentation::ActiveRecordPrepend::BaseExtensions516

Public Instance Methods

touch(*args, **kwargs, &blk) click to toggle source
Calls superclass method
# File lib/new_relic/agent/instrumentation/active_record_prepend.rb, line 50
def touch(*args, **kwargs, &blk)
  ::NewRelic::Agent.with_database_metric_name(self.class.name, nil, ACTIVE_RECORD) do
    super
  end
end