<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -41,10 +41,10 @@ module ThinkingSphinx
     end
     
     def name
-      self.class.name(@model)
+      self.class.name_for @model
     end
     
-    def self.name(model)
+    def self.name_for(model)
       model.name.underscore.tr(':/\\', '_')
     end
     </diff>
      <filename>lib/thinking_sphinx/index.rb</filename>
    </modified>
    <modified>
      <diff>@@ -428,7 +428,7 @@ module ThinkingSphinx
       weights = options[:index_weights] || {}
       weights.keys.inject({}) do |hash, key|
         if key.is_a?(Class)
-          name = ThinkingSphinx::Index.name(key)
+          name = ThinkingSphinx::Index.name_for(key)
           hash[&quot;#{name}_core&quot;]  = weights[key]
           hash[&quot;#{name}_delta&quot;] = weights[key]
         else</diff>
      <filename>lib/thinking_sphinx/search.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9fa3bd928fa281f88954c442e8b322a063ca058c</id>
    </parent>
  </parents>
  <author>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </author>
  <url>http://github.com/freelancing-god/thinking-sphinx/commit/f2d938bbc79264986f1a8108a2843bb8ef82eda9</url>
  <id>f2d938bbc79264986f1a8108a2843bb8ef82eda9</id>
  <committed-date>2009-08-23T06:18:27-07:00</committed-date>
  <authored-date>2009-08-23T06:18:27-07:00</authored-date>
  <message>Renaming Index.name to Index.name_for</message>
  <tree>94a3818d30e10664c5575cf3eb3a4e830e2c3db1</tree>
  <committer>
    <name>Pat Allan</name>
    <email>pat@freelancing-gods.com</email>
  </committer>
</commit>
