2023-01-15 13:52:40 +01:00
|
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
|
|
|
|
one:
|
|
|
|
name: MyString
|
|
|
|
bio: MyString
|
|
|
|
picture: MyString
|
|
|
|
member: one
|
2023-02-11 21:35:45 +01:00
|
|
|
kind: artist
|
2023-01-15 13:52:40 +01:00
|
|
|
two:
|
|
|
|
name: MyString
|
|
|
|
bio: MyString
|
|
|
|
picture: MyString
|
|
|
|
member: two
|
2023-02-11 21:35:45 +01:00
|
|
|
kind: member
|
|
|
|
|