Sending Data Between Controllers And Views | GoRails
Is there a way to pass the variable that was sent to the view back to the controller with a new value?
That's generally not something you would want to do unless you are talking about AJAX. What are you trying to accomplish?
I've just finished going through the Railstutorial by Michael Hartl, and I'd just like to say that your videos (especially these first few) really demystify what is going on under the hood of rails. That is, you've made everything 'click' for me. Thank you!
I'm super happy to hear that! :) Let me know if you've got any other topics you'd like me to explain!