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 Nov 13, 2021. It is now read-only.
Hi ! I'm using this gem, thank you !
Is it possible to do any action automatically before or after evaluation ? Like before_save or after_validation for an ActiveRecord.
Thank you
The text was updated successfully, but these errors were encountered:
In my case, when my Item's evaluation reach a certain score, I have to modify an attribute of my Item. So, currently I check the new evaluation in my controller after update evaluation. But I'd prefer put this behavior into a model, why not by using after_evaluation.
You see what I mean ?
Hi ! I'm using this gem, thank you !
Is it possible to do any action automatically before or after evaluation ? Like before_save or after_validation for an ActiveRecord.
Thank you
The text was updated successfully, but these errors were encountered: