2011-08-10 01:05:03 +00:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
|
|
|
|
# This model initially had no columns defined. If you add columns to the
|
|
|
|
# model remove the '{}' from the fixture names and add the columns immediately
|
|
|
|
# below each fixture, per the syntax in the comments below
|
2011-08-11 01:46:27 +00:00
|
|
|
|
|
|
|
one:
|
|
|
|
name: "John Doe"
|
|
|
|
email: "john@doe.com"
|
|
|
|
|
|
|
|
two:
|
|
|
|
name: "Jane Doe"
|
|
|
|
email: "janeybear@yahoo.com"
|
|
|
|
|
|
|
|
three:
|
|
|
|
name: "Manny Bananny"
|
|
|
|
email: "hunka@burninluv.us"
|
|
|
|
|