# File lib/active_record/validations.rb, line 649 def save_with_validation(perform_validation = true) if perform_validation && valid? || !perform_validation then save_without_validation else false end end