aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_responds_test.rb
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2009-08-17 19:46:32 -0300
committerEmilio Tagua <miloops@gmail.com>2009-08-17 19:46:32 -0300
commit4b339f44bdaa307004db2345ac9c950d9f508814 (patch)
tree855748bc8f1df1a8b1d327810be229af05ee522e /actionpack/test/controller/mime_responds_test.rb
parentc01c8967a02537f132d437d5ae15332982119651 (diff)
parent25e5b0c4a8d0045715a6ad11e2898585826e4e9b (diff)
downloadrails-4b339f44bdaa307004db2345ac9c950d9f508814.tar.gz
rails-4b339f44bdaa307004db2345ac9c950d9f508814.tar.bz2
rails-4b339f44bdaa307004db2345ac9c950d9f508814.zip
Merge commit 'rails/master'
Diffstat (limited to 'actionpack/test/controller/mime_responds_test.rb')
-rw-r--r--actionpack/test/controller/mime_responds_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/mime_responds_test.rb b/actionpack/test/controller/mime_responds_test.rb
index 3f00b9ba2f..44536ce54e 100644
--- a/actionpack/test/controller/mime_responds_test.rb
+++ b/actionpack/test/controller/mime_responds_test.rb
@@ -531,6 +531,7 @@ class RespondWithControllerTest < ActionController::TestCase
ActionController::Routing::Routes.draw do |map|
map.resources :customers
map.resources :quiz_stores, :has_many => :customers
+ map.connect ":controller/:action/:id"
end
end