Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v3.0.2
Expected behaviour:
- Go
/plans/:id
- Change some plan attributes, and click "save"
- plan is updated and returns back to
/plans/:id
Actual behaviour:
After a successfull update of the plan,
the page is redirected to /plans/:id/contributors
Possible cause:
this line ..
redirect_to plan_contributors_path(@plan)
should be ..
redirect_to plan_path(@plan)