diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-11-07 12:09:38 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-11-07 12:09:38 +1000 |
commit | 4a6150a3ebf8e67be4547ac600419d6a68b6ffe1 (patch) | |
tree | 4706096a85a94f179e6007c06aae5afd094ffce2 /actionpack/lib/action_dispatch/routing | |
parent | 6ca042b3e4078b694e827e0f3de51712a0cb4420 (diff) | |
download | rails-4a6150a3ebf8e67be4547ac600419d6a68b6ffe1.tar.gz rails-4a6150a3ebf8e67be4547ac600419d6a68b6ffe1.tar.bz2 rails-4a6150a3ebf8e67be4547ac600419d6a68b6ffe1.zip |
Fix indentation on comment for :path option
Diffstat (limited to 'actionpack/lib/action_dispatch/routing')
-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 73c2ac3497..939d546f56 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -476,7 +476,7 @@ module ActionDispatch # resources :posts # end # [:path] - # If you want to prefix the route, you could use + # If you want to prefix the route, you could use # # scope :path => "/admin" do # resources :posts |