method
begin_db_transaction
v4.2.9 -
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 324
def begin_db_transaction
execute "BEGIN"
end