Skip to content

Instantly share code, notes, and snippets.

@svs
Created January 4, 2013 08:09
Show Gist options
  • Save svs/4450809 to your computer and use it in GitHub Desktop.
Save svs/4450809 to your computer and use it in GitHub Desktop.
class ActivityLog
include DataMapper::Resource
property :id, Serial
property :type, Discriminator
property :model_id, Integer
property :event, String
property :diff, JSON
property :user_id, Integer
property :staff_id, Integer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment