module Mongoid
Use this macro if you want changes in your model to be saved in an audit table. The audits table must exist.
class Booking simple_audit end
See SimpleAudit::ClassMethods#simple_audit for configuration options
Use this macro if you want changes in your model to be saved in an audit table. The audits table must exist.
class Booking simple_audit end
See SimpleAudit::ClassMethods#simple_audit for configuration options