<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -262,19 +262,21 @@ rule will do just that:
 == Extra: request expressions aren't just for your &lt;tt&gt;consent.rb&lt;/tt&gt;
 
 For the sake of being extra specially helpful, Consent gives you the ability to use the
-request expression language described above in your controllers, and in your routes file.
-For example, you can map a route like so:
+request expression language described above in your controllers, views, and in your routes
+file. For example, you can map a route like so:
 
   # Shorthand expression for
   # map.connect &quot;foo&quot;, :controller =&gt; &quot;tags&quot;, :action =&gt; &quot;list&quot;, :format =&gt; &quot;xml&quot;
   
   map.connect &quot;foo&quot;, tags.list.xml
 
-Or, you can use expressions with +redirect_to+ in controller code:
+Or, you can use expressions with methods that expect URLs in controllers and views:
 
   # Redirects to :controller =&gt; &quot;users&quot;, :action =&gt; &quot;create&quot;, :name =&gt; &quot;jcoglan&quot;
-  
   redirect_to users.create(:name =&gt; &quot;jcoglan&quot;)
+  
+  # Opens a form whose action is :controller =&gt; &quot;posts&quot;, :action =&gt; &quot;update&quot;
+  form_for :post, :url =&gt; posts.update
 
 These expressions make heavy use of +method_missing+ and operator overloading, so if you
 really care about performance or you find they cause any other problems, go into this</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>949d4915768bfe02cdc915fe20410b4451d3887f</id>
    </parent>
  </parents>
  <author>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </author>
  <url>http://github.com/jcoglan/consent/commit/98ff580a71d570938625f948f727d34da05e92f9</url>
  <id>98ff580a71d570938625f948f727d34da05e92f9</id>
  <committed-date>2009-05-09T11:55:47-07:00</committed-date>
  <authored-date>2009-05-09T11:55:47-07:00</authored-date>
  <message>Update README to reflect more general URL helper.</message>
  <tree>2c62ad53ea367466d5b0289c69643b1bc162c137</tree>
  <committer>
    <name>James Coglan</name>
    <email>jcoglan@googlemail.com</email>
  </committer>
</commit>
