def update
      respond_to do |format|
        if @session_type.update_attributes(session_type_params)
          flash[:notice] = 'Session type was successfully updated.'
          format.html { redirect_to(@session_type) }