14 lines
257 B
YAML
14 lines
257 B
YAML
# Read about fixtures at
|
|
# http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
|
|
one:
|
|
name: Dave Thomas
|
|
address: MyText
|
|
email: dave@example.org
|
|
pay_type: Check
|
|
|
|
two:
|
|
name: MyString
|
|
address: MyText
|
|
email: MyString
|
|
pay_type: MyString
|