-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paper_trail and Rails_admin on rails 5 #2691
Comments
having this problem too :( anyone? |
I had the same issue, my conditions: before:
after:
It was resolved after adding has_paper_trail to User model. |
If this is not an problem anymore, please close this issue. |
Closed by #2865. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to add history to my admin I get the following error:
undefined method 'version_class_name' for #<Class:0x0056249a09f190>
I have the two gems install (remotipart and rails_admin >= 1.0.0.rc) and in my rails_admin.rb file I put in this:
Ive tested the paper_trail versions in the console and everything works fine. I have added the object_changes column per the instructions also.
The text was updated successfully, but these errors were encountered: