# File lib/arjdbc/jdbc/callbacks.rb, line 28
28: def self.prepare(adapter, conn)
29: if ActiveRecord::Base.respond_to?(:connection_pool) && conn.jndi_connection?
30: adapter.extend self
31: conn.disconnect! # disconnect initial connection in JdbcConnection#initialize
32: end
33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.