The right syntax would have been: `after_save :recalculate_heading_winners, if: :incompatible_changed?` However, since the method `recalculate_heading_winners` already executes the `if incompatible_changed?` condition, removing it keeps the intended behaviour.