method

uses_transaction

rails latest stable - Class: Test::Unit::TestCase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

uses_transaction(*methods)
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 900
        def uses_transaction(*methods)
          @uses_transaction = [] unless defined?(@uses_transaction)
          @uses_transaction.concat methods.map(&:to_s)
        end