def update
    @college = College.find(params[:id])

    respond_to do |format|
      if @college.update_attributes(params[:college])