method
begin_db_transaction

Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::MysqlAdapter
begin_db_transaction()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 390 def begin_db_transaction #:nodoc: exec_query "BEGIN" end