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
irb(main):009:0> Article.find_rated_by(User.first)
NoMethodError: undefined method `class_name_of_active_record_descendant' for ActiveRecord::Base:Class
from C:/Ruby187/lib/ruby/gems/1.8/gems/activerecord-3.0.0/lib/active_record/base.rb:1016:in `method_missing'
from C:/Users/rob/web/insite-rails-cms/vendor/plugins/jasherai-acts-as-rated/lib/acts_as_rated.rb:376:in `send'
from C:/Users/rob/web/insite-rails-cms/vendor/plugins/jasherai-acts-as-rated/lib/acts_as_rated.rb:376:in `find_rated_by'
from (irb):9
I can fix the error by changing line 376 in acts_as_rated.rb from:
I'm getting the following error:
I can fix the error by changing line 376 in acts_as_rated.rb from:
to:
The text was updated successfully, but these errors were encountered: