Method: ActiveRecord::FixtureSet.find_table_name
- Defined in:
- lib/active_record/fixtures.rb
.find_table_name(fixture_set_name) ⇒ Object
:nodoc:
382 383 384 385 386 |
# File '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 |