module Userstamper::Stamper::ClassMethods

Public Instance Methods

model_stamper() click to toggle source
# File lib/userstamper/stamper.rb, line 5
def model_stamper
  # don't allow multiple calls
  return if singleton_class.included_modules.include?(InstanceMethods)
  extend Userstamper::Stamper::InstanceMethods
end