Skip to content

Commit

Permalink
Add note about touch audits to README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Jan 11, 2024
1 parent cd0ac65 commit eab32b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ end

### Specifying callbacks

By default, a new audit is created for any Create, Update or Destroy action. You can, however, limit the actions audited.
By default, a new audit is created for any Create, Update, Touch (Rails 6+) or Destroy action. You can, however, limit the actions audited.

```ruby
class User < ActiveRecord::Base
Expand Down

0 comments on commit eab32b2

Please sign in to comment.