Class: Feature::FlipperRecord
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Feature::FlipperRecord
- Includes:
- DatabaseReflection
- Defined in:
- lib/feature.rb
Overview
rubocop:disable Rails/ApplicationRecord – This class perfectly replaces
Direct Known Subclasses
Class Method Summary collapse
-
.connection ⇒ Object
Bypass the load balancer by restoring the default behavior of
connectionbefore the load balancer patches ActiveRecord::Base.
Class Method Details
.connection ⇒ Object
Bypass the load balancer by restoring the default behavior of connection before the load balancer patches ActiveRecord::Base
23 24 25 |
# File 'lib/feature.rb', line 23 def self.connection retrieve_connection end |