Hi,
I tried to set the max star to 100 but it fails. I suspect its due to the using of dimensions together:
ajaxful_rateable :stars => 100, :dimensions => [:grade, :overall]
Max star is always 5 no matter how I change the value
as in my another model, the :stars can be changed from the following:
ajaxful_rateable :stars => 10, :cache_column => :rating_average