# File lib/thinking_sphinx/index.rb, line 53
    def self.name_for(model)
      model.name.underscore.tr(':/\\', '_')
    end