aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/resources_test.rb
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2007-05-19 16:26:44 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2007-05-19 16:26:44 +0000
commit10085359058f8b04a061eed1d2c1e44971ae4303 (patch)
treea23d7b506dcdf4d5d354de0a8410581c7b7b0afe /actionpack/test/controller/resources_test.rb
parenta995b9cde074bec46ab4befc53f16ff91ec952f2 (diff)
downloadrails-10085359058f8b04a061eed1d2c1e44971ae4303.tar.gz
rails-10085359058f8b04a061eed1d2c1e44971ae4303.tar.bz2
rails-10085359058f8b04a061eed1d2c1e44971ae4303.zip
Allow routes to be declared off namespaces
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6783 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/resources_test.rb')
-rw-r--r--actionpack/test/controller/resources_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/resources_test.rb b/actionpack/test/controller/resources_test.rb
index 1f61377ad9..979008f21b 100644
--- a/actionpack/test/controller/resources_test.rb
+++ b/actionpack/test/controller/resources_test.rb
@@ -427,7 +427,7 @@ class ResourcesTest < Test::Unit::TestCase
assert_simply_restful_for :products, :controller => "backoffice/products"
end
end
-
+
protected
def with_restful_routing(*args)
with_routing do |set|