# File lib/mongoid/extensions/string/inflections.rb, line 67
        def collectionize
          tableize.gsub("/", "_")
        end