Remove papertrail initializer

This setting is now deprecated and triggers this message:

Association Tracking for PaperTrail has been extracted to a separate gem. To use it, please add `paper_trail-association_tracking` to your Gemfile. If you don't use it (most people don't, that's the default) and you set `track_associations = false` somewhere (probably a rails initializer) you can remove that line now.
This commit is contained in:
Matt-Yorkley
2021-06-03 11:33:33 +01:00
parent 0d30e3359f
commit 5b676e8f93

View File

@@ -1 +0,0 @@
PaperTrail.config.track_associations = false