diff options
Diffstat (limited to 'activerecord/test/fixtures/people.yml')
-rw-r--r-- | activerecord/test/fixtures/people.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/people.yml b/activerecord/test/fixtures/people.yml new file mode 100644 index 0000000000..22c64afb70 --- /dev/null +++ b/activerecord/test/fixtures/people.yml @@ -0,0 +1,3 @@ +michael: + id: 1 + first_name: Michael
\ No newline at end of file |