<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/fiveruns/tuneup/routing.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,8 @@
 Fiveruns::Tuneup.start do
   require 'dispatcher'
-  Dispatcher.to_prepare :tuneup_route do
-    ActionController::Routing::Routes.add_route '/tuneup', :controller =&gt; 'tuneup', :action =&gt; 'show'
-    ActionController::Routing::Routes.add_route '/tuneup/:action', :controller =&gt; 'tuneup'
-    2.times do
-      route = ActionController::Routing::Routes.routes.pop
-      ActionController::Routing::Routes.routes.unshift(route)
-    end
-  end
+  
+  Fiveruns::Tuneup::Routing.install
+      
   Dispatcher.to_prepare :tuneup_controller_filters do
     TuneupController.filter_chain.clear
     TuneupController.before_filter :find_config, :except =&gt; :index</diff>
      <filename>rails/init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>720aa2b1f0ea65f74f56412ecc63f8e23a536046</id>
    </parent>
  </parents>
  <author>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </author>
  <url>http://github.com/fiveruns/fiveruns_tuneup/commit/9f86c0db6121ca58f04576289d6cf2e2fda9d9e3</url>
  <id>9f86c0db6121ca58f04576289d6cf2e2fda9d9e3</id>
  <committed-date>2008-08-12T16:31:53-07:00</committed-date>
  <authored-date>2008-08-12T16:31:53-07:00</authored-date>
  <message>Use RouteSet mixin vs Dispatcher trick</message>
  <tree>1f9c62fecbdeba5a0db31fc9affb800ae07021d4</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
