Skip to content

Commit

Permalink
Fix #43918
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 20, 2021
1 parent dfd2864 commit d7e07ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionview/lib/action_view/helpers/url_helper.rb
Expand Up @@ -208,6 +208,7 @@ def _filtered_referrer # :nodoc:
#
def link_to(name = nil, options = nil, html_options = nil, &block)
html_options, options, name = options, name, block if block_given?
options ||= {}

html_options = convert_options_to_data_attributes(options, html_options)

Expand Down

0 comments on commit d7e07ea

Please sign in to comment.