It appears as though Rails has incorporated everything that was done by JQuery UJS into Rails UJG, and, based on my own solution to this lab, it looks like students no longer have to add any additional functionality to their app in order to get the link_to delete functionality. By simply adding method: delete I was able to pass the delete specs.
rails/rails#25208