This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.
begin_db_transaction()
Begins a transaction.
# File activerecord/lib/active_record/connection_adapters/postgresql/database_statements.rb, line 196 def begin_db_transaction execute "BEGIN" end