YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

"Submit and add another task" doesn't work as expected #337

Closed shippy closed 10 years ago

shippy commented 10 years ago

Expected behavior: clicking the button saves the current task, redirects to /tasks/new Current behavior: clicking the button saves the current task and redirects to the show action of /tasks/:id

mnquintana commented 10 years ago

CNR on master - the path method it's using is correctly defined now and I verified that the redirect works.