Disable live updates

This commit is contained in:
Sebastian Serth
2020-03-04 11:38:40 +01:00
parent 37cab6a020
commit b2fc57430c
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class Submission < ApplicationRecord
validates :cause, inclusion: {in: CAUSES}
validates :exercise_id, presence: true
after_save :trigger_working_times_action_cable
# after_save :trigger_working_times_action_cable
def build_files_hash(files, attribute)