Style/SuperArguments

Call super without arguments and parentheses when the signature is identical.
This commit is contained in:
Maikel Linke
2024-06-05 09:29:42 +10:00
parent 3e1be86283
commit e6ac2f0d88
8 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ class ApplicationController < ActionController::Base
rescue StandardError
'unknown'
end}")
super(options, response_status)
super
end
def set_checkout_redirect