Namespace

Module

Methods

Class Public methods

fixture_paths

Returns the ActiveRecord::FixtureSet collection

🔎 See on GitHub

fixture_paths=(fixture_paths)

📝 Source code
# File activerecord/lib/active_record/test_fixtures.rb, line 31
      class_attribute :fixture_paths, instance_writer: false, default: []
🔎 See on GitHub