Autofix Rubocop Style/HashSyntax (#23754)
This commit is contained in:
parent
d5a185d721
commit
da3bd913ae
7 changed files with 9 additions and 22 deletions
|
@ -35,8 +35,8 @@ describe ApplicationController do
|
|||
|
||||
before do
|
||||
routes.draw do
|
||||
match via: [:get, :post], 'success' => 'anonymous#success'
|
||||
match via: [:get, :post], 'signature_required' => 'anonymous#signature_required'
|
||||
match :via => [:get, :post], 'success' => 'anonymous#success'
|
||||
match :via => [:get, :post], 'signature_required' => 'anonymous#signature_required'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue