method
begin_db_transaction
v4.0.2 -
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 309
def begin_db_transaction
execute "BEGIN"
rescue
# Transactions aren't supported
end