aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-16 22:54:53 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-16 22:54:53 +0430
commit324de1993bf507a31025db3dc787f63b2152b4f5 (patch)
tree759787eff7014a54baaf8cd5baa7c5d443d88de3 /actionpack/lib/action_view/helpers/url_helper.rb
parent687282dd507c89a22c1796425442ea88b73de1ca (diff)
downloadrails-324de1993bf507a31025db3dc787f63b2152b4f5.tar.gz
rails-324de1993bf507a31025db3dc787f63b2152b4f5.tar.bz2
rails-324de1993bf507a31025db3dc787f63b2152b4f5.zip
Added titles and description.
Diffstat (limited to 'actionpack/lib/action_view/helpers/url_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 210f148c02..bcfa6a68d7 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -4,6 +4,7 @@ require 'active_support/core_ext/hash/keys'
require 'action_dispatch'
module ActionView
+ # = Action View URL Helpers
module Helpers #:nodoc:
# Provides a set of methods for making links and getting URLs that
# depend on the routing subsystem (see ActionDispatch::Routing).