There are two problems with that. One, all that's going to do is output
the text "text_field" not call the method. Second, text_field requires
two arguments object_name and method.
So anyway, use the send method to call the text_field method in the view
and pass in whatever args you need.