def new
    @internship = Internship.new
    
    @internship.user = @current_user if @internship.user == nil