# File lib/new_relic/agent/instrumentation/active_record_helper.rb, line 52 def delete_all(*args, &blk) ::NewRelic::Agent.with_database_metric_name(self.name, nil, ACTIVE_RECORD) do delete_all_without_newrelic(*args, &blk) end end