westonganger / paper_trail-association_tracking

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

Fixes scope not found issue by initializing paper trail #28

Closed CoryFoy closed 3 years ago

CoryFoy commented 3 years ago

This fixes the issue where the initializer wasn't being loaded and Paper Trail wasn't initialized, so scope could not be found, which should together fix https://github.com/westonganger/paper_trail-association_tracking/issues/27

Tested by ensuring all local unit tests ran, and spinning up a project using the library.

westonganger commented 3 years ago

Great work thanks for submitting this PR.

globis-yu-zhen commented 3 years ago

when will this fix be released?

westonganger commented 3 years ago

I think it still isn't fully working with PT 12+. Our test suite is still failing. PR wanted.