We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8f862 commit 8ea684dCopy full SHA for 8ea684d
lib/cypress-rails/manages_transactions.rb
@@ -46,7 +46,7 @@ def rollback_transaction
46
end
47
@connections.clear
48
49
- ActiveRecord::Base.clear_active_connections!
+ ActiveRecord::Base.connection_handler.clear_active_connections!
50
51
52
private
0 commit comments