diff --git a/app/controllers/officing/results_controller.rb b/app/controllers/officing/results_controller.rb index 54bb1076c..6d373046b 100644 --- a/app/controllers/officing/results_controller.rb +++ b/app/controllers/officing/results_controller.rb @@ -8,6 +8,8 @@ class Officing::ResultsController < Officing::BaseController before_action :check_officer_assignment, only: :create before_action :build_results, only: :create + before_action :verify_booth + def new end