Hello; I realize the course ends tomorrow, I’m hoping to travel that last mile and cross the finish line on schedule
I’ve created a GuessController with an appropriate show view, as well as a backing model.
I have it working to the point where you get a form asking you to enter your guess, but where I should go from here I’m not sure of.
Do I need a custom action for the form to redirect the response to a custom action? (Maybe using the url option of form_for?)
Also, do I need a create action on the guess controller? I’m not sure how that interacts with the model in a situation like this where I’m not editing a piece of data per se but just capturing an answer/guess.
Unfortunately the forum won’t let me link to my repository for some reason (Sorry you can’t link to that host) but my github username is ‘feoh’.
I love the course and have been learning a ton, thanks for putting it on!