method

find_table_name

find_table_name(fixture_set_name)
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 382
    def self.find_table_name(fixture_set_name) # :nodoc:
      ActiveSupport::Deprecation.warn(
        "ActiveRecord::Fixtures.find_table_name is deprecated and shall be removed from future releases.  Use ActiveRecord::Fixtures.default_fixture_model_name instead.")
      default_fixture_model_name(fixture_set_name)
    end