14 lines
236 B
YAML
14 lines
236 B
YAML
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
||
|
one:
|
||
|
name: MyString
|
||
|
bio: MyString
|
||
|
picture: MyString
|
||
|
member: one
|
||
|
|
||
|
two:
|
||
|
name: MyString
|
||
|
bio: MyString
|
||
|
picture: MyString
|
||
|
member: two
|