mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 01:41:58 -04:00
Merge pull request #2 from vividtone/custom_fields_helper-is-missing
thanks!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user