public Method

Callbacks.after_validation_on_create

Is called after Validations.validate (which is part of the Base.save call) on new objects that haven’t been saved yet (no record exists).

Source Code

# File active_record/callbacks.rb, line 259
def after_validation_on_create()  end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.