Clicking "Log time" causes NoMethodError

This commit is contained in:
MAEDA Go
2020-08-04 23:14:37 +09:00
parent c53f1d006c
commit 4c9539c59a

View File

@@ -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)