Skip to content

Commit

Permalink
Removed .string
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx authored Apr 17, 2018
1 parent 16fe251 commit bc4b9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recaptcha/client_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def self.recaptcha_components(options = {})
attributes["class"] = "g-recaptcha #{class_attribute}"
tag_attributes = attributes.merge(options).map { |k, v| %(#{k}="#{v}") }.join(" ")

[html.string, tag_attributes, fallback_uri]
[html, tag_attributes, fallback_uri]
end

private
Expand Down

0 comments on commit bc4b9c5

Please sign in to comment.