I am teaching myself rails and I can't figure out why the following
code does not work: 'say' part works, but nothing shows up for
'get_new' part.
Each request gets a separate instance of ChatController, so setting @line to something in the say action has no effect on the value of @line when the get_new action is called.