From 5592318e48b3c47c4caacf52eef0da7699949368 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Tue, 17 Oct 2017 17:59:46 -0400 Subject: [PATCH] Docs: Link to globalize-versioning --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c9b6702..2d46873f 100644 --- a/README.md +++ b/README.md @@ -1100,9 +1100,9 @@ Generates (but does not run) a migration to add a versions table. Also generate As of version 6, PT no longer supports rails 3 or the [protected_attributes][17] gem. If you are still using them, you may use PT 5 or lower. We recommend -upgrading to [strong_parameters][18] as soon as possible. +upgrading to [strong_parameters][18] as soon as possible. -If you must use [protected_attributes][17] for now, and want to use PT > 5, you +If you must use [protected_attributes][17] for now, and want to use PT > 5, you can reopen `PaperTrail::Version` and add the following `attr_accessible` fields: ```ruby @@ -1535,6 +1535,7 @@ require 'paper_trail/frameworks/rspec' - [ActiveAdmin][42] - Sinatra - [paper_trail-sinatra][41] +- [globalize][45] - [globalize-versioning][44] ## Articles @@ -1613,3 +1614,5 @@ Released under the MIT licence. [41]: https://github.com/jaredbeck/paper_trail-sinatra [42]: https://github.com/activeadmin/activeadmin/wiki/Auditing-via-paper_trail-%28change-history%29 [43]: https://github.com/airblade/paper_trail/blob/master/.github/CONTRIBUTING.md +[44]: https://github.com/globalize/globalize-versioning +[45]: https://github.com/globalize/globalize