mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Style/SuperArguments
Call super without arguments and parentheses when the signature is identical.
This commit is contained in:
@@ -60,7 +60,7 @@ class ApplicationController < ActionController::Base
|
||||
rescue StandardError
|
||||
'unknown'
|
||||
end}")
|
||||
super(options, response_status)
|
||||
super
|
||||
end
|
||||
|
||||
def set_checkout_redirect
|
||||
|
||||
Reference in New Issue
Block a user