<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,10 @@
-#
-# cow control
-#
 class CowsController &lt; ApplicationController
   resource_this
   
-  #
-  # milking has the side effect of causing the cow to moo. we don't want to 
-  # wait for this while milking, though, it would be a terrible waste ouf our time. 
-  #
+  # milking has the side effect of causing 
+  # the cow to moo. we don't want to 
+  # wait for this while milking, though, 
+  # it would be a terrible waste ouf our time. 
   def milk
     @cow = Cow.find(params[:id])
     @cow.milk</diff>
      <filename>app/controllers/cows_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,11 @@
 class Cow &lt; ActiveRecord::Base
-  def milk
-    # do some milk releated stuff
-    
+
+  # TODO: SAP integration
+  def milk    
     moo
   end
-  
+
+  # bothersome side-effect
   def moo
     CowSubsystem.moo
   end</diff>
      <filename>app/models/cow.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;h1&gt;&lt;%= @cow.name %&gt;&lt;/h1&gt;
-&lt;%= image_tag &quot;cow.jpg&quot; %&gt;
+&lt;%= image_tag &quot;cow.jpg&quot; %&gt;&lt;br/&gt;&lt;br/&gt;
 
 &lt;!-- onSubmit is horrible and the internets will come crashing down on your head if you run this. --&gt;
 &lt;% form_for :cow, @cow, :url =&gt; { :action =&gt; &quot;milk&quot; }, :html =&gt; { :onsubmit =&gt; &quot;milkingFeedback();&quot; } do |f| %&gt;</diff>
      <filename>app/views/cows/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dfd85d0c37e42d29209608453f1ae078883f9df8</id>
    </parent>
  </parents>
  <author>
    <name>Rany Keddo</name>
    <email>rany@playtype.net</email>
  </author>
  <url>http://github.com/purzelrakete/cows-not-kittens/commit/012c09c771ac20ec6bae3a4155d32261837eafa0</url>
  <id>012c09c771ac20ec6bae3a4155d32261837eafa0</id>
  <committed-date>2008-09-02T10:02:36-07:00</committed-date>
  <authored-date>2008-09-02T10:02:36-07:00</authored-date>
  <message>some formatting tweaks</message>
  <tree>f04d02e968812f2a5a0b2f4e7f4c543514c95285</tree>
  <committer>
    <name>Rany Keddo</name>
    <email>rany@playtype.net</email>
  </committer>
</commit>
