Apply Rubocop Performance/RedundantSplitRegexpArgument (#23443)
* Apply Rubocop Performance/RedundantSplitRegexpArgument * Update app/controllers/concerns/signature_verification.rb
This commit is contained in:
parent
ef8988aef2
commit
2e652aa81c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ module SignatureVerification
|
|||
end
|
||||
|
||||
def to_header_name(name)
|
||||
name.split(/-/).map(&:capitalize).join('-')
|
||||
name.split('-').map(&:capitalize).join('-')
|
||||
end
|
||||
|
||||
def missing_required_signature_parameters?
|
||||
|
|
Loading…
Reference in a new issue