westonganger / paper_trail-association_tracking

Plugin for the PaperTrail gem to track and reify associations
MIT License
128 stars 38 forks source link

Reify polymorphic belongs_to associations #9

Closed batistadasilva closed 5 years ago

batistadasilva commented 5 years ago

Hello,

I have noticed that the belongs_to: true option doesn't not allow to reify polymorphic associations, since I have some of these associations in my project I think it could be a nice feature.

westonganger commented 5 years ago

Merged! Awesome work. Thanks for the PR.

westonganger commented 5 years ago

v1.1.0 has now been released which contains these changes.