def update
      respond_to do |format|
        if @schedule_item.update_attributes(schedule_item_params)
          flash[:notice] = 'ScheduleItem was successfully updated.'
          format.html { redirect_to(@schedule_item) }