<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,8 @@ class Post &lt; ActiveRecord::Base
   belongs_to :owner, :foreign_key =&gt; :user_id, :class_name =&gt; 'User'
   has_many :taggings
   has_many :tags, :through =&gt; :taggings
-  has_many :through_tags, :through =&gt; :taggings, :source =&gt; :tags
-  
+  has_many :through_tags, :through =&gt; :taggings, :source =&gt; :tag
+
   validates_uniqueness_of :title
   validates_presence_of :title
   validates_presence_of :body, :message =&gt; 'Seriously...  wtf'</diff>
      <filename>test/rails_root/app/models/post.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>68e42610bed1a1caf0a2bb5fe73f72ccd5e44e89</id>
    </parent>
  </parents>
  <author>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </author>
  <url>http://github.com/thoughtbot/shoulda/commit/0040ccda1bb78e8e259f49f7896eb2d94f988263</url>
  <id>0040ccda1bb78e8e259f49f7896eb2d94f988263</id>
  <committed-date>2008-08-31T09:46:38-07:00</committed-date>
  <authored-date>2008-08-31T09:46:38-07:00</authored-date>
  <message>Testing fix for incorrectly specified :source option on a has_many :through</message>
  <tree>bacbd04a25edab5807e60be0d59f43e027c6c2f8</tree>
  <committer>
    <name>Ryan McGeary</name>
    <email>ryanongit@mcgeary.org</email>
  </committer>
</commit>
