Module: SimpleAudit
- Defined in:
- lib/simple_audit/audit.rb,
lib/simple_audit/helper.rb,
lib/simple_audit/simple_audit.rb,
lib/generators/simple_audit/migration/migration_generator.rb
Overview
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
Defined Under Namespace
Modules: Helper, Model Classes: Audit, MigrationGenerator