method

destroy_row

destroy_row()
private

No documentation available.

# File activerecord/lib/active_record/persistence.rb, line 484
    def destroy_row
      relation_for_destroy.delete_all
    end