There's no documentation for this item.
# File active_record/validations.rb, line 337 def validate_on_update(*methods, &block) methods << block if block_given? write_inheritable_set(:validate_on_update, methods) end
<code/>
<pre/>
<code/>and<pre/>for code samples.