Class: Ensembl::Core::Connection
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Ensembl::Core::Connection
- Extended by:
- TableNameOverrides
- Defined in:
- lib/ensembl/core/activerecord.rb
Direct Known Subclasses
AnalysisDescription, Assembly, Dna, ExonTranscript, ExternalSynonym, GeneArchive, IdentityXref, Interpro, MarkerMapLocation, MetaCoord, MiscAttrib, MiscFeatureMiscSet, ModelBase, SeqRegionAttrib, SeqRegionMapping, StableIdEvent, SupportingFeature, TranscriptAttrib, TranscriptSupportingFeature, TranslationAttrib
Class Method Summary collapse
Methods included from TableNameOverrides
Class Method Details
.connection ⇒ Object
21 22 23 24 25 |
# File 'lib/ensembl/core/activerecord.rb', line 21 def self.connection ActiveRecord::Base.connection_pool.with_connection do |conn| conn end end |