class Devise::Controllers::Responder

def self.error_status

to use these methods and defaults across the implementation more easily.
and/or responders. It won't allow configuring a custom response, but it allows Devise
TODO: remove this support for older Rails versions, which aren't supported by Turbo
def self.error_status
  :ok
end