paper-trail-gem--paper_trail/spec
Jared Beck 40bf20beb5 Respect `:skip` re: timestamp-only updates
When attributes are ignored, either by `:ignore` or by `:skip`,
then during updates, timestamp attributes like `updated_at` should
not be considered notable changes.

[Fixes #569]
2015-07-15 22:29:19 -04:00
..
generators
models Respect `:skip` re: timestamp-only updates 2015-07-15 22:29:19 -04:00
modules Improve the PaperTrail.config method so it both returns and yields the PaperTrail::Config instance when appropriate 2015-02-26 23:37:16 -05:00
requests Utilize RequestStore for thread-safe PaperTrail#paper_trail_store object 2015-02-09 23:32:54 -05:00
support
paper_trail_spec.rb
rails_helper.rb
spec_helper.rb