aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index a7d85dd3b5..2b3c20f6b9 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -601,11 +601,11 @@ module ActionDispatch
# end
#
# [:as]
- # Changes the name used in routing helpers for this namespace.
+ # Changes the name used in routing helpers for this namespace.
#
- # namespace :admin, :as => "sekret" do
- # resources :posts
- # end
+ # namespace :admin, :as => "sekret" do
+ # resources :posts
+ # end
#
# Routing helpers such as +admin_posts_path+ will now be +sekret_posts_path+.
def namespace(path, options = {})