<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,19 +1,19 @@
 class FooController &lt; ApplicationController
   def foo
     @foo = &quot;Foo&quot;
-    respond_to do |format|
+    response do |format|
       format.html {}
     end
   end
   
   # testing that erase_render_results works as expected
   def bar
-    respond_to(:json)
+    response :json
     erase_render_results
   end
   
   def baz
-    # no respond_to block in here, but we can still supplu one with response_for
+    # no response block in here, but we can still supply one with response_for
   end
 end
 </diff>
      <filename>spec/app.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0aeceda2938d3c2b2639e43776fac300729ebebd</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/response_for/commit/64e4e9efdb54187596c34d2b877544faa292ea0a</url>
  <id>64e4e9efdb54187596c34d2b877544faa292ea0a</id>
  <committed-date>2008-09-09T21:19:33-07:00</committed-date>
  <authored-date>2008-09-09T21:19:33-07:00</authored-date>
  <message>Changed API in app

response_for (outside actions)
response (inside actions)</message>
  <tree>3ae2307cfeb30800cc21859f11d99ef8e79383b0</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
