X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fpeople.yml;fp=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Fpeople.yml;h=3babb1fe5939e9d314029ccb7f420ba2ddf3cb2e;hb=437aa336c44c74a30aeea16a06743c32747ed661;hp=0000000000000000000000000000000000000000;hpb=97a0772b06264134cfe38e7494f9427efe0840a0;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/fixtures/people.yml b/vendor/rails/activerecord/test/fixtures/people.yml new file mode 100644 index 0000000..3babb1f --- /dev/null +++ b/vendor/rails/activerecord/test/fixtures/people.yml @@ -0,0 +1,15 @@ +michael: + id: 1 + first_name: Michael + primary_contact_id: 2 + gender: M +david: + id: 2 + first_name: David + primary_contact_id: 3 + gender: M +susan: + id: 3 + first_name: Susan + primary_contact_id: 2 + gender: F \ No newline at end of file