actsasloggable transaction actions fixtures, resources, controller, and views

This commit is contained in:
Jason Denney
2012-12-09 18:11:18 -05:00
parent 139f5ccf9b
commit b2eefd8163
8 changed files with 112 additions and 0 deletions
@@ -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 %>