<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,10 @@
-map.with_options :controller =&gt; &quot;users&quot; do |users_map|
-  users_map.login &quot;users/login&quot;, :action =&gt; &quot;login&quot;
-  users_map.reminder_login &quot;users/:id/login/:token&quot;, :action =&gt; &quot;login&quot;
-  users_map.logout &quot;users/logout&quot;, :action =&gt; &quot;logout&quot;
-  users_map.reminder &quot;users/reminder&quot;, :action =&gt; &quot;reminder&quot;
-  users_map.profile &quot;users/profile&quot;, :action =&gt; &quot;profile&quot;
-  users_map.signup &quot;users/signup&quot;, :action =&gt; &quot;signup&quot;
+ActionController::Routing::Routes.draw do |map|
+  map.with_options :controller =&gt; &quot;users&quot; do |users_map|
+    users_map.login &quot;users/login&quot;, :action =&gt; &quot;login&quot;
+    users_map.reminder_login &quot;users/:id/login/:token&quot;, :action =&gt; &quot;login&quot;
+    users_map.logout &quot;users/logout&quot;, :action =&gt; &quot;logout&quot;
+    users_map.reminder &quot;users/reminder&quot;, :action =&gt; &quot;reminder&quot;
+    users_map.profile &quot;users/profile&quot;, :action =&gt; &quot;profile&quot;
+    users_map.signup &quot;users/signup&quot;, :action =&gt; &quot;signup&quot;
+  end
 end
\ No newline at end of file</diff>
      <filename>config/routes.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e51086d24c5b6012c71c37bb2942e7fea88aaa5b</id>
    </parent>
  </parents>
  <author>
    <name>Mark Van Holstyn</name>
    <email>mvanholstyn@gmail.com</email>
  </author>
  <url>http://github.com/mvanholstyn/mhs_authentication_system/commit/4df7a5f741a81c4f2057d0ce78b45f5a0c079016</url>
  <id>4df7a5f741a81c4f2057d0ce78b45f5a0c079016</id>
  <committed-date>2009-02-10T18:54:38-08:00</committed-date>
  <authored-date>2009-02-10T18:54:07-08:00</authored-date>
  <message>update config/routes.rb for use with latest version of rails</message>
  <tree>2f582cd55b47b52b5e22bba3e994b93407ff4928</tree>
  <committer>
    <name>Mark Van Holstyn</name>
    <email>mvanholstyn@gmail.com</email>
  </committer>
</commit>
