From 4c9539c59a3876d359d32d76cf96801ad7603db3 Mon Sep 17 00:00:00 2001 From: MAEDA Go Date: Tue, 4 Aug 2020 23:14:37 +0900 Subject: [PATCH] Clicking "Log time" causes NoMethodError --- app/controllers/stopwatch_timers_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/stopwatch_timers_controller.rb b/app/controllers/stopwatch_timers_controller.rb index f7700ac..76e9b10 100644 --- a/app/controllers/stopwatch_timers_controller.rb +++ b/app/controllers/stopwatch_timers_controller.rb @@ -9,7 +9,7 @@ # - focus first field that needs an action, depending on above # class StopwatchTimersController < ApplicationController - helper :timelog + helper :timelog, :custom_fields before_action :require_login before_action :find_optional_data, only: %i(new create)