mirror of https://github.com/fspc/BikeShed-1.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
382 B
20 lines
382 B
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 %>
|
|
|