Class: Stagehand::Database::ProductionProbe

Inherits:
Probe
  • Object
show all
Defined in:
lib/stagehand/database.rb

Direct Known Subclasses

Production::Record

Class Method Summary collapse

Methods inherited from Probe

name

Class Method Details

.init_connectionObject



137
138
139
# File 'lib/stagehand/database.rb', line 137

def self.init_connection
  super(Configuration.production_connection_name)
end