<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -198,7 +198,7 @@ module Ludy
     end
 
     def uri_full
-      &quot;#{owner.class.host_with_protocol}/#{owner.class.path}/#{fileuri}&quot;
+      &quot;#{owner.host_with_protocol}/#{owner.path}/#{fileuri}&quot;
     end
 
     private</diff>
      <filename>lib/ludy/has_many_thumbnails.rb</filename>
    </modified>
    <modified>
      <diff>@@ -50,9 +50,9 @@ class RubyLogo
   def checksum; 'abcdefg'; end
 
   # you must define this for HasManyThumbnails to produce full url
-  def self.host_with_protocol; '.'; end
+  def host_with_protocol; '.'; end
   # you must define this for HasManyThumbnails to produce full url
-  def self.path; 'misc/tmp'; end
+  def path; 'misc/tmp'; end
 end
 
 class TestHasManyThumbnails &lt; Test::Unit::TestCase</diff>
      <filename>test/ludy/test_has_many_thumbnails.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b2a06a4c959cfc6a6c83fe11a4311a0b3e4f4e1</id>
    </parent>
  </parents>
  <author>
    <name>godfat</name>
    <email>godfat@godfat.org</email>
  </author>
  <url>http://github.com/godfat/ludy/commit/71ee19235946c169616dc0e51a96fc4778fd06e5</url>
  <id>71ee19235946c169616dc0e51a96fc4778fd06e5</id>
  <committed-date>2008-09-16T00:51:35-07:00</committed-date>
  <authored-date>2008-09-16T00:51:35-07:00</authored-date>
  <message>use instance level domain and path instead of class level.</message>
  <tree>231284434b1161012bd97cf80a6ad7c63dc82862</tree>
  <committer>
    <name>godfat</name>
    <email>godfat@godfat.org</email>
  </committer>
</commit>
