ActsAsLoggable User Actions fixtures, resources, controller, and views

This commit is contained in:
Jason Denney
2012-12-09 18:06:04 -05:00
parent 7e0f43b271
commit 139f5ccf9b
8 changed files with 102 additions and 0 deletions
@@ -0,0 +1,15 @@
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 %>