Method: Reform::Contract::Setup#create_fields
- Defined in:
- lib/reform/contract/setup.rb
#create_fields(field_names, fields) ⇒ Object
DISCUSS: setting up the Validation (populating with values) will soon be handled with Disposable::Twin logic.
17 18 19 |
# File 'lib/reform/contract/setup.rb', line 17 def create_fields(field_names, fields) Fields.new(field_names, fields) end |