diff options
author | rspeicher <rspeicher@gmail.com> | 2010-06-20 16:39:52 -0400 |
---|---|---|
committer | rspeicher <rspeicher@gmail.com> | 2010-06-20 16:39:52 -0400 |
commit | cd54e610f4fb1737d61eb737d765491aac58e0fc (patch) | |
tree | d91ef119243bc436735adb64f96040d0e4076fa6 /actionpack/lib/action_view/helpers/url_helper.rb | |
parent | 1168d6523747c006d770ba3521cf8b47956e5e15 (diff) | |
parent | c20cfe477a3ae71f1e7c21e91cccdf2251288e04 (diff) | |
download | rails-cd54e610f4fb1737d61eb737d765491aac58e0fc.tar.gz rails-cd54e610f4fb1737d61eb737d765491aac58e0fc.tar.bz2 rails-cd54e610f4fb1737d61eb737d765491aac58e0fc.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_view/helpers/url_helper.rb')
-rw-r--r-- | actionpack/lib/action_view/helpers/url_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb index bcfa6a68d7..6af11e632f 100644 --- a/actionpack/lib/action_view/helpers/url_helper.rb +++ b/actionpack/lib/action_view/helpers/url_helper.rb @@ -13,7 +13,7 @@ module ActionView module UrlHelper # This helper may be included in any class that includes the # URL helpers of a router (router.url_helpers). Some methods - # provided here will only work in the context of a request + # provided here will only work in the4 context of a request # (link_to_unless_current, for instance), which must be provided # as a method called #request on the context. |