<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,6 +33,21 @@ See InheritViews for more details
 
 NOTE: this plugin is not aimed at having multiple view paths for your controllers, which is addressed with the view_paths addition to ActionController::Base for rails 2.0.  Rather, within these view paths, you can inherit views from other controller paths.
 
+== In templates
+
+You can render the 'parent' template from within a template if you so choose.  This works for partials and top-level templates alike.
+
+&lt;b&gt;foo/view.html.erb&lt;/b&gt;
+  &lt;h1&gt;Foo View&lt;/h1&gt;
+    
+&lt;b&gt;bar/view.html.erb&lt;/b&gt;
+  &lt;%= render :parent %&gt;
+  &lt;h2&gt;With some 'bar' action&lt;/h2&gt;
+  
+rendering bar/view (with the controller setup described above):
+  &lt;h1&gt;Foo View&lt;/h1&gt;
+  &lt;h2&gt;With some 'bar' action&lt;/h2&gt;
+    
 == Development mode
 
 Because of recent changes in the way 2.3 finds templates, using inherit_views may result in a noticeable slow-down in development mode.</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>452e94c5b76c769dcf48920e773fd550e98ca585</id>
    </parent>
  </parents>
  <author>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </author>
  <url>http://github.com/ianwhite/inherit_views/commit/aab68cd85b86fc680e55cab8391899c721ce4d61</url>
  <id>aab68cd85b86fc680e55cab8391899c721ce4d61</id>
  <committed-date>2009-02-09T03:32:17-08:00</committed-date>
  <authored-date>2009-02-09T03:32:17-08:00</authored-date>
  <message>Words describing render :parent</message>
  <tree>e5f556c708663fe262fe4d6dadd0a41a291202ad</tree>
  <committer>
    <name>Ian White</name>
    <email>ian.w.white@gmail.com</email>
  </committer>
</commit>
