# File lib/mongo_mapper/plugins/sci.rb, line 43
        def set_collection_name(name)
          if single_collection_inherited?
            single_collection_parent.remove_key :_type
            single_collection_parent = nil
            @single_collection_inherited = false
          end
          @collection_defined = true
          super
        end