method
rollback_db_transaction
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::MysqlAdapter
rollback_db_transaction()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 477 def rollback_db_transaction #:nodoc: execute "ROLLBACK" rescue Exception # Transactions aren't supported end