-
Notifications
You must be signed in to change notification settings - Fork 216
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
unitialized constant [Class]::Votable? #46
Comments
Does this only exist in active admin? Can you paste the relevant files or create a failing test case? |
I can put together an example - honestly it was just me adding the acts_as_votable to a very thin model:
There's also this discussion: activeadmin/activeadmin#2378 |
Thanks for the link. I think I've fixed this. Can you try installing version 0.7.1 of the gem and let me know if it works? gem "acts_as_votable", "~> 0.7.1" Then run Let me know if this fixes it. Thanks for reporting the issue. |
That seems to have done it, thanks for the quick fix! |
Hey there - followed the directions, did the migrate, etc, added 'acts_as_votable' to my class (Episode) and am getting this in active admin:
The text was updated successfully, but these errors were encountered: