Method: NodesController#reject_new_tasks

Defined in:
app/controllers/nodes_controller.rb

#reject_new_tasksObject



43
44
45
46
47
# File 'app/controllers/nodes_controller.rb', line 43

def reject_new_tasks
  NodeTaskAcceptance.new(node: @node).reject!

  head :ok
end