You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Version 9.0.0 Paper trail is generating the follow warning: fro each active admin page
WARN DEPRECATION WARNING: MyModel.paper_trail.enabled? is deprecated, use PaperTrail.request.enabled_for_model?(MyModel). This new API makes it clear that this is a setting specific to the current request, not all threads. Also, all other request-variables now go through the same request method, so this new API is more consistent.
Version 9.0.0 Paper trail is generating the follow warning: fro each active admin page
WARN DEPRECATION WARNING: MyModel.paper_trail.enabled? is deprecated, use PaperTrail.request.enabled_for_model?(MyModel). This new API makes it clear that this is a setting specific to the current request, not all threads. Also, all other request-variables now go through the same
requestmethod, so this new API is more consistent.