[Source]
# File lib/ddb/userstamp/stamper.rb, line 9 9: def model_stamper 10: # don't allow multiple calls 11: return if self.included_modules.include?(Ddb::Userstamp::Stamper::InstanceMethods) 12: send(:extend, Ddb::Userstamp::Stamper::InstanceMethods) 13: end
[Validate]