module RedirectResponder
        def self.for_controller(handler:)
          handler.redirect_to(handler.response_object.url)
        end