# File lib/active_record/connection_adapters/abstract/connection_pool.rb, line 354 354: def call(env) 355: @app.call(env) 356: ensure 357: # Don't return connection (and perform implicit rollback) if 358: # this request is a part of integration test 359: unless env.key?("rack.test") 360: ActiveRecord::Base.clear_active_connections! 361: end 362: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.