Skip to content

Instantly share code, notes, and snippets.

@svs
Created January 4, 2013 08:21
Show Gist options
  • Save svs/4450866 to your computer and use it in GitHub Desktop.
Save svs/4450866 to your computer and use it in GitHub Desktop.
class Foo
include DataMapper::Resource
include ActivityLogger
log_with :foo_activity_log
# ...snip ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment