mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
actsasloggable transaction actions fixtures, resources, controller, and views
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
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 %>
|
||||
Reference in New Issue
Block a user