You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, when someone completes the survey and clicks 'Save', it POSTs to AnswerGroupsController#create which ends in a redirect to question_groups_path.
What's your recommended way for overriding the default redirect_to in AnswerGroupsController#create to another page?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi All,
At present, when someone completes the survey and clicks 'Save', it POSTs to AnswerGroupsController#create which ends in a redirect to question_groups_path.
What's your recommended way for overriding the default redirect_to in AnswerGroupsController#create to another page?
Thanks.
The text was updated successfully, but these errors were encountered: