Gets mixed into field values (strings, arrays) to make them respond to field methods
[Source]
# File lib/form_test_helper.rb, line 235 235: def method_missing(*args) 236: @field.send(*args) 237: end
[Validate]