blob: ba6c0d7124a4279469d4062fee64b4615721ef62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
title: MyString
body: MyText
status: 1
user: one
two:
title: MyString
body: MyText
status: 1
user: two
|