# File lib/active_record/persistence.rb, line 38
    def save(*)
      create_or_update
    end