aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-11-07 12:18:19 +1000
committerRyan Bigg <radarlistener@gmail.com>2010-11-07 12:18:19 +1000
commite6aed6b6a8fd03584141c7dffd73c12ed32ce3d4 (patch)
treebb97d8bca87679615afecbaa148bde0438b32cab /actionpack/lib/action_dispatch
parentee646788fc7f8ce0f087dd0afa82fa28cfdffeb9 (diff)
downloadrails-e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4.tar.gz
rails-e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4.tar.bz2
rails-e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4.zip
Indent final comment for :path option
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index b39cc5beb6..3e0802f3fc 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -483,7 +483,7 @@ module ActionDispatch
# resources :posts
# end
#
- # This will prefix all of the +posts+ resource's requests with '/admin'
+ # This will prefix all of the +posts+ resource's requests with '/admin'
#
# [:as]
# Prefixes the routing helpers in this scope with the specified label.