Open lleirborras opened 7 years ago
If nil is passed as an argument to remove_process Ruote deletes all the processes in the database. An implicit validation on the function for nil? parameter fixes it
nil
remove_process
nil?
If
nil
is passed as an argument toremove_process
Ruote deletes all the processes in the database. An implicit validation on the function fornil?
parameter fixes it