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)