module Ddb::Controller::Userstamp
The Userstamp
module, when included into a controller, adds a before filter (named set_stamper
) and an after filter (name reset_stamper
). These methods assume a couple of things, but can be re-implemented in your controller to better suite your application.
See the documentation for set_stamper
and reset_stamper
for specific implementation details.