Sha256: a8e4e2fddc48753ea51ea445f6ccaa5074e0960c7dc8e4dba3cbe8c2ef1e1d47
Contents?: true
Size: 352 Bytes
Versions: 2
Compression:
Stored size: 352 Bytes
Contents
Description: The audit model generator creates the Audit model in app/models/ associating it with the correct "human" class ("user" by default). Example: ./script/generate audit_model Person This will create the Audit model in app/models/ associating it to the Person model. You must generate the migration using the same "human" class.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_audited_customized-1.2.2 | generators/audit_model/USAGE |
acts_as_audited_customized-1.2.1 | generators/audit_model/USAGE |