22 lines
384 B
YAML
22 lines
384 B
YAML
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
|
|
||
|
|
one:
|
||
|
|
price: 9.99
|
||
|
|
discount_price: 9.99
|
||
|
|
upvotes: 1
|
||
|
|
downvotes: 1
|
||
|
|
reported_at: 2026-05-17 14:11:07
|
||
|
|
product: one
|
||
|
|
store: one
|
||
|
|
guest: one
|
||
|
|
|
||
|
|
two:
|
||
|
|
price: 9.99
|
||
|
|
discount_price: 9.99
|
||
|
|
upvotes: 1
|
||
|
|
downvotes: 1
|
||
|
|
reported_at: 2026-05-17 14:11:07
|
||
|
|
product: two
|
||
|
|
store: two
|
||
|
|
guest: two
|