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