# File lib/thinking_sphinx/active_record.rb, line 52 def sphinx_name self.name.underscore.tr(':/\\', '_') end