-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I have a model which has some more complicated operations in before_save filter (parsing virtual attributes, finding or creating 2 associated models etc). When make_votable uses votable.save in vote actions my objects corrupted. The only change this save operation performs is incrementing or decrementing the count. Isn't it possible to do some kind of update on only this field instead of whole save with validation operation. This would also lead to better performance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels