There's no documentation for this item.
# File active_record/callbacks.rb, line 239 def update_with_callbacks #:nodoc: return false if callback(:before_update) == false result = update_without_callbacks callback(:after_update) result end
<code/>
<pre/>
<code/>and<pre/>for code samples.