respond_to do |format|
      format.html { redirect_to projects_path }
      format.js { render :layout => false }
      format.xml  { render :xml     => @activities.to_xml }
      format.json { render :as_json => @activities.to_xml }