# File lib/big_record/base.rb, line 355
      def destroy(id)
        id.is_a?(Array) ? id.each { |a| destroy(a) } : find(id).destroy
      end