Class: Stagehand::Database::ProductionProbe

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

Direct Known Subclasses

Production::Record

Class Method Summary collapse

Class Method Details

.init_connectionObject



116
117
118
# File 'lib/stagehand/database.rb', line 116

def self.init_connection
  establish_connection(Configuration.production_connection_name)
end