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