<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -110,11 +110,11 @@ module Ardes#:nodoc:
   #
   # You may have a named route that maps a url to a particular controller and action,
   # this causes resources_controller problems as it relies on the route to load the
-  # resources.  You can get around this by specifying :erp as a param in routes.rb
+  # resources.  You can get around this by specifying :resource_path as a param in routes.rb
   #
-  #   map.home '', :controller =&gt; :forums, :action =&gt; :index, :resource_route =&gt; '/forums'
+  #   map.root :controller =&gt; :forums, :action =&gt; :index, :resource_path =&gt; '/forums'
   #
-  # When the controller is invoked via the '' url, rc will use :erp to recognize the
+  # When the controller is invoked via the '' url, rc will use :resource_path to recognize the
   # route.
   #
   # ==== Putting it all together
@@ -138,7 +138,7 @@ module Ardes#:nodoc:
   #    forum.resource :image
   #  end
   #
-  #  map.home '', :controller =&gt; :forums, :action =&gt; :index, :erp =&gt; '/forums'
+  #  map.home '', :controller =&gt; :forums, :action =&gt; :index, :resource_path =&gt; '/forums'
   #
   # app/controllers:
   #</diff>
      <filename>lib/ardes/resources_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f2492ec4b12b61f0fac67a5ab4a64219de18d18b</id>
    </parent>
  </parents>
  <author>
    <name>ReinH</name>
    <email>reinh@reinh.com</email>
  </author>
  <url>http://github.com/ianwhite/resources_controller/commit/b91c26f0d45781e2462bcdf3b04a2c4161e0ee73</url>
  <id>b91c26f0d45781e2462bcdf3b04a2c4161e0ee73</id>
  <committed-date>2008-09-08T14:16:17-07:00</committed-date>
  <authored-date>2008-09-08T14:16:17-07:00</authored-date>
  <message>Documentation update replacing :erp with :resource_path</message>
  <tree>b8695a10c60e845d78c932e735782825b397d0da</tree>
  <committer>
    <name>ReinH</name>
    <email>reinh@reinh.com</email>
  </committer>
</commit>
