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