aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-30 13:36:40 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-30 13:36:40 +0000
commit537efa36d0d9301ff78eb0cec34d4bafe3ebf2e0 (patch)
treeaf8d809d60aa2ed06fb70f40af79b8f7b989deca /actionpack/lib
parent06f1895ac6237037a44d1f28058d5d1c05ba2d7f (diff)
downloadrails-537efa36d0d9301ff78eb0cec34d4bafe3ebf2e0.tar.gz
rails-537efa36d0d9301ff78eb0cec34d4bafe3ebf2e0.tar.bz2
rails-537efa36d0d9301ff78eb0cec34d4bafe3ebf2e0.zip
Doc fix #1200
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1257 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib')
-rwxr-xr-xactionpack/lib/action_controller/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index eebca26191..8965ca9623 100755
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -377,7 +377,7 @@ module ActionController #:nodoc:
# from this page.
#
# * <tt>url_for :action => 'bio'</tt> -- During the generation of this URL, default values will be used for the first and
- # last components, and the action shall change. The generated URL will be, "people/david/hh/bio".
+ # last components, and the action shall change. The generated URL will be, "people/hh/david/bio".
# * <tt>url_for :first => 'davids-little-brother'</tt> This generates the URL 'people/hh/davids-little-brother' -- note
# that this URL leaves out the assumed action of 'bio'.
#