Closed CoryFoy closed 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
scope
Tested by ensuring all local unit tests ran, and spinning up a project using the library.
Great work thanks for submitting this PR.
when will this fix be released?
I think it still isn't fully working with PT 12+. Our test suite is still failing. PR wanted.
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/27Tested by ensuring all local unit tests ran, and spinning up a project using the library.