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:
parent
7ad2c5c06f
commit
a0a01d0c98
1 changed files with 0 additions and 2 deletions
|
@ -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 || {}
|
||||
|
|
Loading…
Reference in a new issue