<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,7 +40,7 @@ ActionController::Routing::Routes.draw do |map|
   # consider removing the them or commenting them out if you're using named routes and resources.
   
   map.new_postie '/', :controller =&gt; 'posties', :action =&gt; 'new', :conditions =&gt; {:method =&gt; :get}
-  map.posties '/', :controller =&gt; 'posties', :action =&gt; 'create', :conditions =&gt; {:method =&gt; :put}
+  map.posties '/', :controller =&gt; 'posties', :action =&gt; 'create', :conditions =&gt; {:method =&gt; :post}
   map.postie '/:pretty_id', :controller =&gt; 'posties', :action =&gt; 'show', :conditions =&gt; {:method =&gt; :get}
   
   #map.resources :posties</diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -26,7 +26,7 @@ describe PostiesController do
     end
 
     it &quot;should generate params for #create&quot; do
-      params_from(:put, &quot;/&quot;).should == {:controller =&gt; &quot;posties&quot;, :action =&gt; &quot;create&quot;}
+      params_from(:post, &quot;/&quot;).should == {:controller =&gt; &quot;posties&quot;, :action =&gt; &quot;create&quot;}
     end
 
     it &quot;should generate params for #new&quot; do</diff>
      <filename>spec/controllers/posties_controller_routes_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>978c45147a9e2a744338ccc24f878b47e2f168c7</id>
    </parent>
  </parents>
  <author>
    <name>Paul Cortens</name>
    <email>paul@thoughtless.ca</email>
  </author>
  <url>http://github.com/thoughtless/cuc_demo/commit/4dc282e558887f38b0337af1fcd22ba65a80db40</url>
  <id>4dc282e558887f38b0337af1fcd22ba65a80db40</id>
  <committed-date>2008-11-24T13:07:09-08:00</committed-date>
  <authored-date>2008-11-24T13:07:09-08:00</authored-date>
  <message>use POST not PUT for create</message>
  <tree>b8b89f53e9c2d38b388ff062adccdbf85c181606</tree>
  <committer>
    <name>Paul Cortens</name>
    <email>paul@thoughtless.ca</email>
  </committer>
</commit>
