mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
26 lines
468 B
YAML
26 lines
468 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
user: one
|
|
name: MyString
|
|
item_type: MyString
|
|
platform: one
|
|
condition: MyString
|
|
price_paid: 9.99
|
|
location: MyString
|
|
date_added: 2026-03-28
|
|
notes: MyText
|
|
igdb_id: 1
|
|
|
|
two:
|
|
user: two
|
|
name: MyString
|
|
item_type: MyString
|
|
platform: two
|
|
condition: MyString
|
|
price_paid: 9.99
|
|
location: MyString
|
|
date_added: 2026-03-28
|
|
notes: MyText
|
|
igdb_id: 1
|