From e4e87f3f34d619520bafcb013ebfe5d8598fe9ea Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 5 Oct 2022 09:49:06 -0400 Subject: run rubocop --autocorrect --only Rails/ContentTag This is new since upgrading rubocop-rails in the previous commit. --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 7a8af577..4fbabe55 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -50,7 +50,7 @@ module ApplicationHelper options[:src] = "/images/#{image}" - tag("img", options) + tag.img(options) end def banner_duration(duration) -- cgit v1.2.3