16 lines
273 B
YAML
16 lines
273 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
|
|
|
one:
|
|
user_id: 1
|
|
sick_days_taken: 1
|
|
sick_days_earned: 1
|
|
pto_taken: 1
|
|
pto_earned: 1
|
|
|
|
two:
|
|
user_id: 1
|
|
sick_days_taken: 1
|
|
sick_days_earned: 1
|
|
pto_taken: 1
|
|
pto_earned: 1
|