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