public
Description: A Rails plugin that adds the ability to automatically stamp each record with the currently logged in user.
Home | Edit | New

UserStamp (module)

Public Class Method Details

creator_assignment_method

  1. File ‘lib/user_stamp.rb’, line 6
    def self.creator_assignment_method
    “#{UserStamp.creator_attribute}=”
    end

updater_assignment_method

  1. File ‘lib/user_stamp.rb’, line 10
    def self.updater_assignment_method
    “#{UserStamp.updater_attribute}=”
    end
Last edited by kraudio, Tue Sep 22 12:37:12 -0700 2009
Home | Edit | New
Versions: