From ce37034b9218d950f20708faaa1014e4ab9b292f Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Fri, 21 Aug 2015 02:01:16 -0400 Subject: [PATCH] Docs: Warn about known issues with associations [ci skip] --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ac2933db..67597c46 100644 --- a/README.md +++ b/README.md @@ -869,6 +869,11 @@ end ## Associations +**Experimental Feature: Known Issues:** +[#542][https://github.com/airblade/paper_trail/issues/542], +[#590][https://github.com/airblade/paper_trail/issues/590]. +See also: Caveats below. + PaperTrail can restore three types of associations: Has-One, Has-Many, and Has-Many-Through. In order to do this, you will need to create a `version_associations` table, either at installation time with the `rails