module AdvancedConnection::ActiveRecordExt::WithoutConnection

Public Instance Methods

without_connection(&block) click to toggle source
# File lib/advanced_connection/active_record_ext/without_connection.rb, line 25
def without_connection(&block)
  connection_pool.without_connection(&block)
end