Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/cucumber/rails/hooks/active_record.rb
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
8 9 10 |
# File 'lib/cucumber/rails/hooks/active_record.rb', line 8 def self.connection shared_connection || retrieve_connection end |