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?(method)
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 905
        def uses_transaction?(method)
          @uses_transaction = [] unless defined?(@uses_transaction)
          @uses_transaction.include?(method.to_s)
        end