mirror of
https://github.com/rickbarrette/stopwatch.git
synced 2026-04-02 09:51:57 -04:00
Clicking "Log time" causes NoMethodError
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user