method
begin_db_transaction
begin_db_transaction()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 347 def begin_db_transaction #:nodoc: exec_query "BEGIN" rescue Mysql::Error # Transactions aren't supported end