blob: b3e6dd0dee387f461aee4bd7be6d0dc1533cd642 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: Resource 1
stripe_product_id: aabc
price: 9.99
age_range: 1-10
curriculum: English
feature_slot: 1
description: Long description
card_description: Short description
two:
name: Resource 2
stripe_product_id: aabd
price: 19.99
age_range: 1-10
curriculum: English
feature_slot: 2
description: Long description
card_description: Short description
three:
name: Resource 3
stripe_product_id: aabf
price: 19.99
age_range: 1-10
curriculum: English
feature_slot: 3
description: Long description
card_description: Short description
|