class SchemaDoc::Worker::AbstractModel
fix: not really needed - remove ???
just use ActiveRecord::Base.establish_connection() directly ??
Public Class Methods
connection_for( key_or_spec )
click to toggle source
# File lib/schemadoc/worker.rb, line 299 def self.connection_for( key_or_spec ) establish_connection( key_or_spec ) connection end