public
Fork of delynn/userstamp
Description: This Rails plugin extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.
Clone URL: git://github.com/bwyrosdick/userstamp.git
delynn (author)
Sun Mar 02 17:01:11 -0800 2008
commit  cba28dbc7c12ee46cf1550e72cd88f2cc89c7e2b
tree    053f8ff669c29c90b717bd16f35056af6359876a
parent  ee0b2c4580746f7d03f3c7b873c313575cd1369c
userstamp / init.rb
100644 3 lines (3 sloc) 0.075 kb
1
2
3
require 'acts_as_stamper'
require 'acts_as_stampable'
require 'userstamp'