From b7fb9f7ec801db0ad590b7918bb44bd32dd68385 Mon Sep 17 00:00:00 2001 From: brchristian Date: Wed, 13 Jul 2016 12:12:55 -0700 Subject: [PATCH] apostrophe in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c2827f..5e8acdfd 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ end other callbacks in your model, their order relative to those installed by PaperTrail may matter, so be aware of any potential interactions. -You may also have the `PaperTrail::Version` model save a custom string in it's +You may also have the `PaperTrail::Version` model save a custom string in its `event` field instead of the typical `create`, `update`, `destroy`. PaperTrail supplies a custom accessor method called `paper_trail_event`, which it will attempt to use to fill the `event` field before falling back on one of the