Acts As Activity Logged plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install svn://svn.fearoffish.co.uk/acts_as_activity_logged/trunk
The most basic way of getting going is to add acts_as_activity_logged to the model you want to watch activity on. This will log the action that was performed (create/update/destroy) on the model, and the type of model.
class Post < ActiveRecord::Base acts_as_activity_logged end
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

