method
begin_db_transaction
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
begin_db_transaction()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 267
def begin_db_transaction
execute "BEGIN"
rescue Exception
# Transactions aren't supported
end