Skip to content

Commit

Permalink
Adjust README section for serializers to show full namespace of built…
Browse files Browse the repository at this point in the history
…-in modules [ci skip]
  • Loading branch information
batter committed Sep 23, 2014
1 parent 4dfd1d4 commit 8ce602c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,8 +913,8 @@ By default, PaperTrail stores your changes as a `YAML` dump. You can override th

A valid serializer is a `module` (or `class`) that defines a `load` and `dump` method. These serializers are included in the gem for your convenience:

* [YAML](https://github.com/airblade/paper_trail/blob/master/lib/paper_trail/serializers/yaml.rb) - Default
* [JSON](https://github.com/airblade/paper_trail/blob/master/lib/paper_trail/serializers/json.rb)
* [PaperTrail::Serializers::YAML](https://github.com/airblade/paper_trail/blob/master/lib/paper_trail/serializers/yaml.rb) - Default
* [PaperTrail::Serializers::JSON](https://github.com/airblade/paper_trail/blob/master/lib/paper_trail/serializers/json.rb)

## Limiting the number of versions created per object instance

Expand Down

0 comments on commit 8ce602c

Please sign in to comment.