public
Description: A Rails plugin that adds the ability to automatically stamp each record with the currently logged in user.
Homepage:
Clone URL: git://github.com/jnunemaker/user_stamp.git
Click here to lend your support to: user_stamp and make a donation at www.pledgie.com !
user_stamp / init.rb
100644 6 lines (4 sloc) 0.088 kb
1
2
3
4
5
6
require 'user_stamp'
 
class ActionController::Base
  extend UserStamp::ClassMethods
end