method
rollback_db_transaction
rollback_db_transaction()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 322 def rollback_db_transaction #:nodoc: execute "ROLLBACK" rescue Exception # Transactions aren't supported end