Resolve "Unable to leave interest list"
Due to the split of generic projects and internships, the load_project_interest
method in the abstract ProjectsController did not correctly load the @project_interest
because @project
was not loaded at the time before_action :load_project_interest
was executed.
This affected both coach and student interest lists.
Closes #305 (closed)
Edited by Martin Mladenov