Explain the scope of `without_versioning`

This commit is contained in:
Wayne Conrad 2016-12-28 07:30:12 -07:00
parent 956fc170ea
commit 8af707e196
1 changed files with 3 additions and 0 deletions

View File

@ -498,6 +498,9 @@ Or a block:
end
```
_Note_: `without_versioning` disables PaperTrail for the model
(e.g. `Widget`), not just for the instance (e.g. `@widget`).
### 2.e. Limiting the Number of Versions Created
Configure `version_limit` to cap the number of versions saved per record. This