X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Freaders.yml;fp=vendor%2Frails%2Factiverecord%2Ftest%2Ffixtures%2Freaders.yml;h=8a6076655b7b23a789ae8b2c698b6d56eb3c9db2;hb=d115f2e23823271635bad69229a42cd8ac68debe;hp=0000000000000000000000000000000000000000;hpb=37cb670bf3ddde90b214e591f100ed4446469484;p=depot.git diff --git a/vendor/rails/activerecord/test/fixtures/readers.yml b/vendor/rails/activerecord/test/fixtures/readers.yml new file mode 100644 index 0000000..8a60766 --- /dev/null +++ b/vendor/rails/activerecord/test/fixtures/readers.yml @@ -0,0 +1,9 @@ +michael_welcome: + id: 1 + post_id: 1 + person_id: 1 + +michael_authorless: + id: 2 + post_id: 3 + person_id: 1 \ No newline at end of file