def create
    @internship = Internship.new(params[:internship])
    
    respond_to do |format|
      if @internship.save