class method self.fixture_is_cached?

Ruby on Rails 3.1.12

Since v3.1.12 Last seen in v3.2.22.5

Available in: v3.1.12 v3.2.22.5

Signature

self.fixture_is_cached?(connection, table_name)

No documentation comment.

Parameters

connection req
table_name req
Source
# File activerecord/lib/active_record/fixtures.rb, line 409
    def self.fixture_is_cached?(connection, table_name)
      cache_for_connection(connection)[table_name]
    end

Defined in activerecord/lib/active_record/fixtures.rb line 409 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Fixtures

Type at least 2 characters to search.

↑↓ navigate · open · esc close