<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,6 +54,26 @@ $&gt; User.settings.passwords
 $&gt; =&gt; {:min_length =&gt; 6, :max_length =&gt; 12}
 &lt;/code&gt;&lt;/pre&gt;
 
+h2. Nested configuration
+
+You can also nest configuration settings to keep things grouped nicely.
+
+&lt;pre&gt;&lt;code&gt;
+class User &lt; ActiveRecord::Base
+  acts_as_configurable
+  
+  configuration do |config|
+    config.passwords do |p|
+      p.min_length = 6
+      p.max_length = 12
+    end
+    config.accounts do |a|
+      # ...
+    end
+  end
+end
+&lt;/code&gt;&lt;/pre&gt;
+
 h2. Dependencies
 
 This plugin mixes directly into @Object@, so there's no dependency on another library. While the </diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a8b87205b0b88efa68dd52ae94cd5b7a7a884205</id>
    </parent>
  </parents>
  <author>
    <name>rpheath</name>
    <email>rpheath@gmail.com</email>
  </author>
  <url>http://github.com/rpheath/acts_as_configurable/commit/2c2b01736b9d76b676e9dab94883d3412c5ae42f</url>
  <id>2c2b01736b9d76b676e9dab94883d3412c5ae42f</id>
  <committed-date>2008-10-28T06:34:33-07:00</committed-date>
  <authored-date>2008-10-28T06:34:33-07:00</authored-date>
  <message>updated README</message>
  <tree>ea224835104afa3f9fa88a03e052dcf5c6ab558d</tree>
  <committer>
    <name>rpheath</name>
    <email>rpheath@gmail.com</email>
  </committer>
</commit>
