From a2dcf48fac57765ffdc0bb8c857876df5fcaa6d4 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Tue, 26 Apr 2016 05:26:42 -0700 Subject: [PATCH] Note about PaperTrail::Version as an AR instance --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fefa51ab..addaec71 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,8 @@ Widget.paper_trail_enabled_for_model? widget.paper_trail_enabled_for_model? ``` -And a `PaperTrail::Version` instance has these methods: +And a `PaperTrail::Version` instance (which is just an ordinary ActiveRecord +instance, with all the usual methods) adds these methods: ```ruby # Returns the item restored from this version.