YaleSTC/shifts

View on GitHub
app/views/time_slots/destroy.js.erb

Summary

Maintainability
Test Coverage
$("#timeslot<%= params[:id] %>").remove();
$("#tooltip").remove()

// display alert
alert("timeslot destroyed");