def update
    @issue_note = IssueNote.find(params[:id])

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