mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
25 lines
374 B
YAML
25 lines
374 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
event_id: 1
|
|
price_category_id: 1
|
|
amount: 1500
|
|
|
|
two:
|
|
id: 2
|
|
event_id: 2
|
|
price_category_id: 1
|
|
amount: 1700
|
|
|
|
radio_youngs:
|
|
id: 3
|
|
event_id: 4
|
|
price_category_id: 1
|
|
amount: 7500
|
|
|
|
radio_unemployed:
|
|
id: 4
|
|
event_id: 4
|
|
price_category_id: 2
|
|
amount: 8000 |