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