14 lines
246 B
YAML
14 lines
246 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
commenter: MyString
|
||
|
|
website: MyString
|
||
|
|
body: MyText
|
||
|
|
article: one
|
||
|
|
|
||
|
|
two:
|
||
|
|
commenter: MyString
|
||
|
|
website: MyString
|
||
|
|
body: MyText
|
||
|
|
article: two
|