<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -647,7 +647,7 @@ class TodosController &lt; ApplicationController
           @tag = Tag.new(:name =&gt; @tag_name)
         end
         tag_collection = @tag.todos
-        @not_done_todos = tag_collection.find(:all, :conditions =&gt; ['taggings.user_id = ? and state = ?', current_user.id, 'active'])
+        @not_done_todos = tag_collection.find(:all, :conditions =&gt; ['todos.user_id = ? and state = ?', current_user.id, 'active'])
         @not_done_todos.empty? ? @down_count = 0 : @down_count = @not_done_todos.size
       end
     end</diff>
      <filename>app/controllers/todos_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>037c04e72f42b2d3476f0b2db6584fc4683be930</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/6017c5d2eda54139728954aa182daf1d73de66ee</url>
  <id>6017c5d2eda54139728954aa182daf1d73de66ee</id>
  <committed-date>2009-01-08T05:25:06-08:00</committed-date>
  <authored-date>2009-01-08T05:25:06-08:00</authored-date>
  <message>missed one taggings.user_id</message>
  <tree>bbb51c6798ffcb6d4be9b3595e0efd8c9f275436</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
