diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-07 12:18:19 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-07 12:18:19 +1000 |
commit | e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4 (patch) | |
tree | bb97d8bca87679615afecbaa148bde0438b32cab /actionpack | |
parent | ee646788fc7f8ce0f087dd0afa82fa28cfdffeb9 (diff) | |
download | rails-e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4.tar.gz rails-e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4.tar.bz2 rails-e6aed6b6a8fd03584141c7dffd73c12ed32ce3d4.zip |
Indent final comment for :path option
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 2 |
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. |