blob: 761703fc4fd8d00a1a354c37fec61226d1e606ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
content: MyText
state: MyString
submitter: MyString
notes: MyText
upvotes: 1
downvotes: 1
two:
content: MyText
state: MyString
submitter: MyString
notes: MyText
upvotes: 1
downvotes: 1
|