Module: Userstamper::Stampable
- Extended by:
- ActiveSupport::Concern
- Included in:
- ModelConcern
- Defined in:
- lib/userstamper/stampable.rb
Overview
Extends the stamping functionality of ActiveRecord by automatically recording the model responsible for creating, updating the current object. See the Stamper and ControllerAdditions modules for further documentation on how the entire process works.
Defined Under Namespace
Modules: ClassMethods