1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 09:13:23 -05:00
2013-05-19 15:43:44 -04:00

21 lines
382 B
YAML

volunteer:
id: 1
action: VOLUNTEER
created_at: <%= Time.now %>
updated_at: <%= Time.now %>
personal:
id: 2
action: PERSONAL
created_at: <%= Time.now %>
updated_at: <%= Time.now %>
staff:
id: 3
action: STAFF
created_at: <%= Time.now %>
updated_at: <%= Time.now %>
checkin:
id: 4
action: CHECKIN
created_at: <%= Time.now %>
updated_at: <%= Time.now %>