There's no documentation for this item.
# File active_record/validations.rb, line 921 def validation_method(on) case on when :save then :validate when :create then :validate_on_create when :update then :validate_on_update end end
<code/>
<pre/>
<code/>and<pre/>for code samples.