Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/adapter_extensions.rb
Instance Method Summary collapse
Instance Method Details
#establish_connection_with_adapter_extensions(*args) ⇒ Object
8 9 10 11 |
# File 'lib/adapter_extensions.rb', line 8 def establish_connection_with_adapter_extensions(*args) establish_connection_without_adapter_extensions(*args) ActiveSupport.run_load_hooks(:active_record_connection_established, connection_pool) end |