Class: Stagehand::Database::StagingProbe

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

Overview

CLASSES

Class Method Summary collapse

Class Method Details

.init_connectionObject



106
107
108
# File 'lib/stagehand/database.rb', line 106

def self.init_connection
  establish_connection(Configuration.staging_connection_name)
end