<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,6 +44,19 @@ If you just have a single action, you can use the singular static_action method
 	
 	map.static_action :about, :privacy
 
+
+If you don't want the controller name to be in the named route or path, you can prefix the method with &quot;root_&quot;.
+
+	map.root_static_actions :about, [:index, :privacy, :license]
+	
+This will generate the following routes.
+	
+	map.root :controller =&gt; 'about'
+	map.privacy 'privacy', :controller =&gt; 'about', :action =&gt; 'privacy'
+	map.license 'license', :controller =&gt; 'about', :action =&gt; 'license'
+	map.privacy_with_format 'privacy.:format', :controller =&gt; 'about', :action =&gt; 'privacy'
+	map.license_with_format 'license.:format', :controller =&gt; 'about', :action =&gt; 'license'
+
 Happy routing.
 
 ---</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>061cdf2c98a6ba6fb0c537e11f29268741135bff</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bates</name>
    <email>rbates@artbeats.com</email>
  </author>
  <url>http://github.com/ryanb/static_actions/commit/04f723450d115c8e42db18b8a493e0556b18e3da</url>
  <id>04f723450d115c8e42db18b8a493e0556b18e3da</id>
  <committed-date>2008-04-03T11:58:15-07:00</committed-date>
  <authored-date>2008-04-03T11:58:15-07:00</authored-date>
  <message>adding documentation for root methods</message>
  <tree>c128011fd708003b212dc874c64b45f09e218063</tree>
  <committer>
    <name>Ryan Bates</name>
    <email>rbates@artbeats.com</email>
  </committer>
</commit>
