method
fixture_path=
rails latest stable - Class:
ActiveRecord::TestFixtures::ClassMethods
fixture_path=(path)public
No documentation available.
# File activerecord/lib/active_record/test_fixtures.rb, line 64
def fixture_path=(path) # :nodoc:
ActiveRecord.deprecator.warn("TestFixtures.fixture_path= is deprecated and will be removed in Rails 7.2. Use .fixture_paths= instead.")
self.fixture_paths = Array(path)
end