blob: 0cd36069e424247863b6dbb321c07bd9f196c15a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
commenter: MyString
body: MyText
post_id:
two:
commenter: MyString
body: MyText
post_id:
|