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