paper-trail-gem--paper_trail/lib/paper_trail
Greg Molnar 348b71e082 fix rails4 enums attribute issue
With a Rails 4 enum field the changed attributes hash contains the
mapped value and when prev[attr] assigns the value it will be lost.
2014-06-12 20:45:32 +01:00
..
frameworks Autoload models via the PaperTrail::Rails::Engine if the gem is being used within Rails 2014-06-05 11:06:51 -04:00
serializers Upcasing the provided YAML and JSON serializers 2013-10-17 22:05:24 -04:00
cleaner.rb Tests to cover changes from cb46e87; Cleaner module should group versions by PaperTrail.timestamp_field 2014-03-18 15:56:53 -04:00
config.rb Upcasing the provided YAML and JSON serializers 2013-10-17 22:05:24 -04:00
has_paper_trail.rb fix rails4 enums attribute issue 2014-06-12 20:45:32 +01:00
version_concern.rb close #372; Use Arel for SQL construction on VersionConcern for cleanliness; fix VersionConcern#index so it also sorts by primary key when possible 2014-05-28 19:18:53 -04:00
version_number.rb Expand VERSION (number) into it's own module to give the version number tracking more modularity 2014-06-11 14:56:03 -04:00