method

new

rails latest stable - Class: ActiveRecord::Transaction

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

new(internal_transaction)
public

No documentation available.

# File activerecord/lib/active_record/transaction.rb, line 69
    def initialize(internal_transaction) # :nodoc:
      @internal_transaction = internal_transaction
      @uuid = nil
    end