# File lib/active_record/persistence.rb, line 38 def save(*) begin create_or_update rescue ActiveRecord::RecordInvalid false end end