blob: bb636b72f392e7464b3e5544f1f3ef8307fbdb22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
key: MyString
string_value: MyString
int_value: 1
two:
key: MyString
string_value: MyString
int_value: 1
|