jasonmlutz / winner

Full stack survey app
0 stars 0 forks source link

Navigation after Survey creation #8

Closed jasonmlutz closed 2 years ago

jasonmlutz commented 2 years ago

A newly created Survey does not know its own id, as this value is set by Rails. At this time, this prevents an immediate re-direct to the show page.

jasonmlutz commented 2 years ago

NewUserForm has a fix for this phenomenon; see 6902ab7.