mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
14 lines
221 B
YAML
14 lines
221 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
|