method
begin_db_transaction
v6.0.0 -
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 206
def begin_db_transaction
execute "BEGIN"
end