I'm not sure about this (a really new RoR user), but I'd say RoR uses the @paper instance on the View as a container of the inserted form values, thus resending the new information back to the controller (after a Submit action) encapsulated on the object (chech the params hash to see how it travels).
But I could be wrong, since I'm recently learning this incredible and
interesting new framework