aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-30 23:32:01 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-30 23:32:01 +0530
commit88daf082581bcec5fcdbb92d1fd784188e4d99bd (patch)
tree4b219e66b9ee5d6830adebfaedc0d65a3edc9741 /actionpack/lib/action_dispatch/routing/mapper.rb
parent5b2eb64ceb08cd005dc06b721935de5853971473 (diff)
parente3bc1385f1e8d2816deb215880d99aca136c0cc3 (diff)
downloadrails-88daf082581bcec5fcdbb92d1fd784188e4d99bd.tar.gz
rails-88daf082581bcec5fcdbb92d1fd784188e4d99bd.tar.bz2
rails-88daf082581bcec5fcdbb92d1fd784188e4d99bd.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_dispatch/routing/mapper.rb')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index 7947e9d393..88e422c05d 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -1046,8 +1046,8 @@ module ActionDispatch
# Takes same options as <tt>Base#match</tt> as well as:
#
# [:path_names]
- # Allows you to change the paths of the seven default actions.
- # Paths not specified are not changed.
+ # Allows you to change the segment component of the +edit+ and +new+ actions.
+ # Actions not specified are not changed.
#
# resources :posts, :path_names => { :new => "brand_new" }
#