<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,7 +28,7 @@ class Page &lt; ActiveRecord::Base
   validates_presence_of :slug, :title, :body
   validates_uniqueness_of :path
   validates_exclusion_of :slug, :in =&gt; %w(admin edit new)
-  validates_format_of :slug, :with =&gt; /^[a-z_]+$/
+  validates_format_of :slug, :with =&gt; /^[a-z][a-z_]*$/
   
   before_save :update_path
   </diff>
      <filename>app/models/page.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c4fb08d8cb3a4820dd57af438f906c061078817d</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/onebody/commit/a8528c95224e2278ed40277f1de52c8e381130be</url>
  <id>a8528c95224e2278ed40277f1de52c8e381130be</id>
  <committed-date>2008-08-17T19:50:19-07:00</committed-date>
  <authored-date>2008-08-17T19:50:19-07:00</authored-date>
  <message>Reserve paths starting with an underscore for later use.</message>
  <tree>e76dc1f90bc48b4634de84665b84887851a399f2</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
