Initial stab at check-in feature

This commit is contained in:
Jason Denney
2013-05-19 15:43:44 -04:00
parent c504252541
commit d7755f00ed
8 changed files with 147 additions and 1 deletions
@@ -13,3 +13,8 @@ staff:
action: STAFF
created_at: <%= Time.now %>
updated_at: <%= Time.now %>
checkin:
id: 4
action: CHECKIN
created_at: <%= Time.now %>
updated_at: <%= Time.now %>