diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-12-10 15:55:46 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-12-10 15:55:46 +1000 |
commit | dbf955c03b8d185b7977d90281389cf52d546c5d (patch) | |
tree | 3f98bec6fa578aed73a183aa1902eebe6179e27e /actionpack/lib/action_dispatch/routing | |
parent | f0d4b7f2a655ca2fb435af798714fee2de232d1e (diff) | |
download | rails-dbf955c03b8d185b7977d90281389cf52d546c5d.tar.gz rails-dbf955c03b8d185b7977d90281389cf52d546c5d.tar.bz2 rails-dbf955c03b8d185b7977d90281389cf52d546c5d.zip |
Action Controller Overview: Remove dead link to the API docs for filters
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb index 3039f88f71..494cdbf308 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -1089,6 +1089,7 @@ module ActionDispatch end end + # See ActionDispatch::Routing::Mapper::Scoping#namespace def namespace(path, options = {}) if resource_scope? nested { super } |