1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/test/fixtures/event_price_categories.yml

25 lines
374 B
YAML
Raw Normal View History

2016-08-24 12:30:48 +02:00
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
id: 1
event_id: 1
price_category_id: 1
amount: 1500
2016-08-24 12:30:48 +02:00
two:
id: 2
event_id: 2
price_category_id: 1
amount: 1700
2016-11-28 11:00:01 +01:00
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