aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-10-10 20:04:44 -0500
committerJoshua Peek <josh@joshpeek.com>2009-10-10 21:30:50 -0500
commit673f73b53822a8a94bac0b6d4ffc485f6eaeb9cd (patch)
tree9df1488ec884d79ef9f40ef22a35677e3f2f127f
parent5d071b4bc28596896b8e51703afe2d0ff44c4143 (diff)
downloadrails-673f73b53822a8a94bac0b6d4ffc485f6eaeb9cd.tar.gz
rails-673f73b53822a8a94bac0b6d4ffc485f6eaeb9cd.tar.bz2
rails-673f73b53822a8a94bac0b6d4ffc485f6eaeb9cd.zip
Add define another "stuff" controller to support routing tests
-rw-r--r--actionpack/test/lib/controller/fake_controllers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/lib/controller/fake_controllers.rb b/actionpack/test/lib/controller/fake_controllers.rb
index 54b6e3ba4c..c993836a61 100644
--- a/actionpack/test/lib/controller/fake_controllers.rb
+++ b/actionpack/test/lib/controller/fake_controllers.rb
@@ -27,6 +27,7 @@ class HiController < ActionController::Base; end
class ImageController < ActionController::Base; end
class PeopleController < ActionController::Base; end
class SessionsController < ActionController::Base; end
+class StuffController < ActionController::Base; end
class SubpathBooksController < ActionController::Base; end
class WeblogController < ActionController::Base; end