12 lines
185 B
YAML
12 lines
185 B
YAML
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||
|
|
||
|
one:
|
||
|
post_id: 1
|
||
|
commenter: MyString
|
||
|
body: MyText
|
||
|
|
||
|
two:
|
||
|
post_id: 1
|
||
|
commenter: MyString
|
||
|
body: MyText
|