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
the check_something method won't be respected by Attachment, and any param that were in Attachment model and that were changed before executing image.save, will be saved anyway, whether it doesn't pass the check_something filter.
The text was updated successfully, but these errors were encountered:
Suppose we have a Parent class and his Child class, let's say Attachment and Image respectively. If i put a
before_save
in Image, let's saythe
check_something
method won't be respected by Attachment, and any param that were in Attachment model and that were changed before executingimage.save
, will be saved anyway, whether it doesn't pass the check_something filter.The text was updated successfully, but these errors were encountered: