aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirkjan Bussink <d.bussink@gmail.com>2010-02-19 22:08:47 +0100
committerYehuda Katz <yehudakatz@YK.local>2010-02-19 13:10:01 -0800
commita0a01d0c98e7f04a5bfff450f6758c89ef897b96 (patch)
treeb82e16501362d2bcf9d609d55a23705f65e63f15
parent7ad2c5c06fe841d71b7fa0db8166f378b04693f8 (diff)
downloadrails-a0a01d0c98e7f04a5bfff450f6758c89ef897b96.tar.gz
rails-a0a01d0c98e7f04a5bfff450f6758c89ef897b96.tar.bz2
rails-a0a01d0c98e7f04a5bfff450f6758c89ef897b96.zip
Remove empty line and trailing hash, breaks documentation generation
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 04a2743b9c..6ca1a5d730 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -202,8 +202,6 @@ module ActionView
#
# link_to("Destroy", "http://www.example.com", :method => :delete, :confirm => "Are you sure?")
# # => <a href='http://www.example.com' rel="nofollow" data-method="delete" data-confirm="Are you sure?">Destroy</a>
-
- #
def link_to(*args, &block)
if block_given?
options = args.first || {}