<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+== 0.4.1 2008-06-23
+  * Fix: removed extra save call for polymorphic associations.  rails handles the save on a has_one relationship
 == 0.4.0 2008-06-23
   * Add: support for other options such as :dependent and :class_name
 == 0.3.0 2008-06-12</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -82,7 +82,9 @@ module Stonean
             eval(&quot;self.#{model_sym}.#{polymorphic_name}_id = self.id&quot;)
           end
 
-          eval(&quot;self.#{model_sym}.save&quot;)
+          unless polymorphic_name
+            eval(&quot;self.#{model_sym}.save&quot;)
+          end
         end
 
         before_save &quot;save_requisite_#{model_sym}&quot;.to_sym</diff>
      <filename>lib/classy-inheritance.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module ClassyInheritance #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 4
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/classy-inheritance/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
     &lt;h1&gt;Classy Inheritance&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/classyinherit&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/classyinherit&quot; class=&quot;numbers&quot;&gt;0.4.0&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/classyinherit&quot; class=&quot;numbers&quot;&gt;0.4.1&lt;/a&gt;
     &lt;/div&gt;
     &lt;p&gt;&lt;i&gt;&amp;#8220;You stay classy, inheritance&amp;#8221; &amp;#8211; Gibson&lt;/i&gt;&lt;/p&gt;
 </diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1728687bf2fc8b0218393b46d563b4f01659019</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Stone</name>
    <email>andy@stonean.com</email>
  </author>
  <url>http://github.com/stonean/classy-inheritance/commit/d02cf473ddc9bd76876fcc2acf1aeba5e153915e</url>
  <id>d02cf473ddc9bd76876fcc2acf1aeba5e153915e</id>
  <committed-date>2008-06-23T09:23:10-07:00</committed-date>
  <authored-date>2008-06-23T09:23:10-07:00</authored-date>
  <message>removed extra save call for polymorphic associations.  rails handles the save on a has_one relationship</message>
  <tree>4da748c352546a843b09eb0ee5f589076225325a</tree>
  <committer>
    <name>Andrew Stone</name>
    <email>andy@stonean.com</email>
  </committer>
</commit>
