method

find_table_name

rails latest stable - Class: ActiveRecord::FixtureSet

Method deprecated or moved

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

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