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
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: