aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index ba0911c635..b39cc5beb6 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -488,9 +488,9 @@ module ActionDispatch
# [:as]
# Prefixes the routing helpers in this scope with the specified label.
#
- # scope :as => "sekret" do
- # resources :posts
- # end
+ # scope :as => "sekret" do
+ # resources :posts
+ # end
#
# Helpers such as +posts_path+ will now be +sekret_posts_path+
def scope(*args)