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