Class: Stagehand::Database::StagingProbe
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Stagehand::Database::StagingProbe
- Defined in:
- lib/stagehand/database.rb
Overview
CLASSES
Class Method Summary collapse
Class Method Details
.init_connection ⇒ Object
57 58 59 |
# File 'lib/stagehand/database.rb', line 57 def self.init_connection establish_connection(Configuration.staging_connection_name) end |