From b20c575ac02373723438468932ceddd97056c9ec Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Thu, 1 Jun 2006 15:42:08 +0000 Subject: New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4394 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../controller_fixtures/app/controllers/admin/user_controller.rb | 0 .../controller/controller_fixtures/app/controllers/user_controller.rb | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb create mode 100644 actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb (limited to 'actionpack/test/controller/controller_fixtures/app') diff --git a/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb b/actionpack/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb b/actionpack/test/controller/controller_fixtures/app/controllers/user_controller.rb new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3