Fix `Rails/CompactBlank` cop (#31581)

pull/31564/head
Matt Jankowski 9 months ago committed by GitHub
parent bcc4b1078c
commit a6df125303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -86,7 +86,7 @@ module ApplicationHelper
def html_title def html_title
safe_join( safe_join(
[content_for(:page_title).to_s.chomp, title] [content_for(:page_title).to_s.chomp, title]
.select(&:present?), .compact_blank,
' - ' ' - '
) )
end end

Loading…
Cancel
Save