diff --git a/app/helpers/auto_suggest_helper.rb b/app/helpers/auto_suggest_helper.rb index cd410d86c..83ff0fe08 100644 --- a/app/helpers/auto_suggest_helper.rb +++ b/app/helpers/auto_suggest_helper.rb @@ -20,6 +20,6 @@ module AutoSuggestHelper - ).html_safe # rubocob:ignore Rails/OutputSafety + ).html_safe # rubocob:ignore Rails/OutputSafety end end diff --git a/app/helpers/gardens_helper.rb b/app/helpers/gardens_helper.rb index c1fdacb23..229d2bb84 100644 --- a/app/helpers/gardens_helper.rb +++ b/app/helpers/gardens_helper.rb @@ -29,7 +29,7 @@ module GardensHelper output += ", planted on #{planting.planted_at}" end output += '' - output.html_safe # rubocob:ignore Rails/OutputSafety + output.html_safe # rubocob:ignore Rails/OutputSafety end end end