# File lib/active_record/validations.rb, line 42
    def save(options={})
      perform_validations(options) ? super : false
    end