1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/lib/paper_trail
patbenatar f5c1a1d2ad Fixes has_many conditions in Rails 4.1
Rails 4.1 passes the association into the scope lambda, not the class.
Rather, the associated object's class is available within the context
of the lambda as `model`.
2014-05-28 15:48:58 -07:00
..
frameworks fix PaperTrail::Rails::Controller.included method 2014-04-02 14:27:59 -06: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 Fixes has_many conditions in Rails 4.1 2014-05-28 15:48:58 -07:00
version.rb Use non-relative require for VersionConcern 2014-05-23 13:38:18 -04:00
version_concern.rb Fix test suite for ActiveRecord 3.x; assume primary key is INT if 'versions' table doesn't exist yet 2014-05-09 11:51:05 -04:00
version_number.rb Bump to 3.0.2 [ci skip] 2014-05-12 10:48:16 -04:00