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.
I have added the gem and added has_paper_trail to my model. my_model.versions correctly returns PaperTrail versions but no ActiveAdmin versions sidebar is created on my AdminPanel.
I have added the gem and added
has_paper_trailto my model.my_model.versionscorrectly returns PaperTrail versions but no ActiveAdmin versions sidebar is created on my AdminPanel.The issue is fixed on this fork: https://github.com/baarkerlounger/active_admin_versioning. Is this repo/gem still being maintained and if so would you consider pulling in those changes?