Namespace

Files

Rack

Public Class Methods

insert_instrumentation() click to toggle source
# File Ruby/lib/patches/sql_patches.rb, line 240
def self.insert_instrumentation 
  ActiveRecord::ConnectionAdapters::AbstractAdapter.module_eval do
    include ::Rack::MiniProfiler::ActiveRecordInstrumentation
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.