notice-us-senpai / KouhaiDash

Deploying commit ff65335 | Updated branches are: master
https://kouhaidash.herokuapp.com/
2 stars 2 forks source link

["To-do" Feature] Deletion of task does not redirect to index #2

Closed jia1 closed 8 years ago

jia1 commented 8 years ago

screenshot from 2016-05-20 23-43-08

jia1 commented 8 years ago

From: format.html { redirect_to task_url, notice: 'Task was successfully destroyed.' }

To: format.html { redirect_to tasks_url, notice: 'Task was successfully destroyed.' }

Will be included in the next commit by myself

jia1 commented 8 years ago

Not sure if that commit by myself was rolled back because I did not want to build upon @leeyimin 's commit, so that there will be no confusion. Will need @leeyimin to check this out.

leeyimin commented 8 years ago

Fixed in Task branch by and redirected to group_category_tasks_path(@group, @category)