-
Notifications
You must be signed in to change notification settings - Fork 234
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
`has_many': wrong number of arguments (3 for 2) (ArgumentError) #62
Comments
Sorry that I closed and reopened. It was an accident. The problem still exists. |
I have the same issue. Seems like some incompatibility issue with rails 3...? |
I also have this issue with Rails 3.2.... |
I got it working by using a lower version of the gem ie, letsrate-1.0.8. I haven't tried the new version again yet. |
Yep.. previous version works fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the README and tried implementing this gem. Created all the necessary models, ran the generators and migrated the databases. Added necessary lines in User model and Conference model.
letsrate generator for User model. Here user model is devise generated model
So have prepared my app as per the instructions given in the README.
now when I run the
rails server
I get the following error.What am I doing wrong
The text was updated successfully, but these errors were encountered: