From 77930d3275e6d73628fe48b46a5e15b19046e4c8 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 16 Oct 2017 12:06:18 +0200 Subject: [PATCH] Enable officing panel booth selection back --- app/controllers/officing/results_controller.rb | 2 ++ 1 file changed, 2 insertions(+) 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