Rating doesn't work?
Closed this issue · 1 comments
bulleric commented
Hi together.
i configured the rating...
class object
include Mongoid::Document
rateable range: (-5..7), raters: User, default_rater: 'owner'
end
But everytime i call @object.rate 1, user
i got an zero return (0.0) did anyone know why?
thx
proton commented
What version of mongoid do you use?