Merge pull request #2 from vividtone/custom_fields_helper-is-missing

thanks!
This commit is contained in:
Jens Krämer
2020-08-19 07:45:26 +08:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
# - focus first field that needs an action, depending on above # - focus first field that needs an action, depending on above
# #
class StopwatchTimersController < ApplicationController class StopwatchTimersController < ApplicationController
helper :timelog helper :timelog, :custom_fields
before_action :require_login before_action :require_login
before_action :find_optional_data, only: %i(new create) before_action :find_optional_data, only: %i(new create)