Skip to content

Commit

Permalink
Docs: Link to globalize-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Oct 17, 2017
1 parent 08b2560 commit 5592318
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -1535,6 +1535,7 @@ require 'paper_trail/frameworks/rspec'

- [ActiveAdmin][42]
- Sinatra - [paper_trail-sinatra][41]
- [globalize][45] - [globalize-versioning][44]

## Articles

Expand Down Expand Up @@ -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

0 comments on commit 5592318

Please sign in to comment.