diff options
Diffstat (limited to 'activerecord/test/fixtures/clubs.yml')
-rw-r--r-- | activerecord/test/fixtures/clubs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/clubs.yml b/activerecord/test/fixtures/clubs.yml new file mode 100644 index 0000000000..1986d28229 --- /dev/null +++ b/activerecord/test/fixtures/clubs.yml @@ -0,0 +1,6 @@ +boring_club: + name: Banana appreciation society +moustache_club: + name: Moustache and Eyebrow Fancier Club +crazy_club: + name: Skull and bones
\ No newline at end of file |