method
begin_db_transaction
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::MysqlAdapter
begin_db_transaction(#:nodoc:)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 344
def begin_db_transaction #:nodoc:
execute "BEGIN"
rescue Exception
# Transactions aren't supported
end