bug: resolve false positive "oops" redirect
This commit is contained in:
@ -45,6 +45,7 @@ class CandidateController < ApplicationController
|
||||
end
|
||||
|
||||
def send_to_oops
|
||||
redirect_to welcome_path and return if current_candidate && current_candidate.stale?
|
||||
redirect_to oops_path if current_candidate
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user