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
Any use of the rate_it method on Rails 3 will generate an error something like:
NoMethodError: undefined method `id' for 14:Fixnum
where 14 is the ID of the user trying to rate the item. Calling rate_it with the user object instead of its ID (which is what the error leads me to believe would work) gives
ActiveRecord::StatementInvalid: Could not find table 'user_ratings'
The text was updated successfully, but these errors were encountered:
Any use of the rate_it method on Rails 3 will generate an error something like:
where 14 is the ID of the user trying to rate the item. Calling rate_it with the user object instead of its ID (which is what the error leads me to believe would work) gives
The text was updated successfully, but these errors were encountered: