rails/activerecord/test/fixtures/peoples_treasures.yml
Alexey Muranov a94220b66c Rename "Fixtures" class to "FixtureSet"
Rename `ActiveRecord::Fixtures` class to `ActiveRecord::FixtureSet`.  Instances of this class normally hold a collection of fixtures (records) loaded either from a single YAML file, or from a file and a folder with the same name.  This change make the class name singular and makes the class easier to distinguish from the modules like `ActiveRecord::TestFixtures`, which operates on multiple fixture sets, or `DelegatingFixtures`, `::Fixtures`, etc., and from the class `ActiveRecord::Fixture`, which corresponds to a single fixture.
2012-10-07 19:15:58 +02:00

4 lines
152 B
YAML

michael_diamond:
rich_person_id: <%= ActiveRecord::FixtureSet.identify(:michael) %>
treasure_id: <%= ActiveRecord::FixtureSet.identify(:diamond) %>