Fix cops StringConcatenation

This commit is contained in:
zanetagebka
2024-06-04 15:28:29 +02:00
committed by Maikel Linke
parent a84c947d66
commit a2a670c848
17 changed files with 21 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ module Admin
def obfuscated_secret_key
key = Stripe.api_key
key.first(8) + "****" + key.last(4)
"#{key.first(8)}****#{key.last(4)}"
end
def settings_params