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.
26 lines
455 B
26 lines
455 B
12 years ago
|
time:
|
||
|
id: 1
|
||
|
action: TIME
|
||
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
|
borrow:
|
||
|
id: 2
|
||
|
action: BORROW
|
||
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
|
cash:
|
||
|
id: 3
|
||
|
action: CASH
|
||
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
|
check:
|
||
|
id: 4
|
||
|
action: CHECK
|
||
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|
||
|
credit:
|
||
|
id: 5
|
||
|
action: CREDIT
|
||
|
created_at: <%= Time.now %>
|
||
|
updated_at: <%= Time.now %>
|