Class: Ensembl::ConnectionPooledBase

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/ensembl.rb

Overview

Class Method Summary collapse

Class Method Details

.connectionObject



29
30
31
32
33
# File 'lib/ensembl.rb', line 29

def self.connection
  ActiveRecord::Base.connection_pool.with_connection do |conn|
    conn
  end
end