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