1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove empty line and trailing hash, breaks documentation generation

Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
This commit is contained in:
Dirkjan Bussink 2010-02-19 22:08:47 +01:00 committed by Yehuda Katz
parent 7ad2c5c06f
commit a0a01d0c98

View file

@ -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 || {}