gavinksong/cs169-cucec

View on GitHub
app/assets/javascripts/Mentors/mentorLogout.js

Summary

Maintainability
A
0 mins
Test Coverage
$(function() {
        $("#mentor_logout").click(function() {
         $.get("mentors/available", {value: "0"});
        })
})