about summary refs log tree commit homepage
path: root/test/rails/app-2.1.2/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rails/app-2.1.2/config/routes.rb')
-rw-r--r--test/rails/app-2.1.2/config/routes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/rails/app-2.1.2/config/routes.rb b/test/rails/app-2.1.2/config/routes.rb
deleted file mode 100644
index 70816dc..0000000
--- a/test/rails/app-2.1.2/config/routes.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- encoding: binary -*-
-
-ActionController::Routing::Routes.draw do |map|
-  map.connect ':controller/:action/:id.:format'
-  map.connect ':controller/:action/:id'
-end