1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Michael Khabarov
ec3e72ba61 fix: do not store ignored and skipped attributes in object_changes on destroy 2019-01-02 22:24:08 +03:00
Jared Beck
e9072950b2 Add optional column: item_subtype
If present, will be populated with subclass name. This will be
used by PT-AT.
2018-08-22 00:42:37 -04:00
Jared Beck
9f004a60e0 Revert #1108 (lorint's STI fix)
This partially reverts commit 58369e1d8f.
I have kept the specs, skipped.

Per the following, this approach does not seem to be working:

- https://github.com/paper-trail-gem/paper_trail/issues/1135
- https://github.com/paper-trail-gem/paper_trail/pull/1137
- https://github.com/seanlinsley/paper_trail/pull/1
2018-08-21 23:13:34 -04:00
lorint
58369e1d8f Fix for issue #594, reifying sub-classed models that use STI (#1108)
See the changes to the changelog and readme for details.
2018-07-30 10:50:32 -04:00