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