Flowdock
method

with_connection

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: ActiveRecord::ConnectionAdapters::ConnectionPool
with_connection() public

If a connection already exists yield it to the block. If no connection exists checkout a connection, yield it to the block, and checkin the connection when finished.

Show source
Register or log in to add new notes.