leonhooijer/zadok

View on GitHub
app/views/zadok/form/fields/_array.html.slim

Summary

Maintainability
Test Coverage
- options[:field_count].times do
  = render("zadok/form/fields/#{options[:field_type]}",
           resource: resource,
           form: form,
           attr: attr,
           options: options.deep_merge(html: { multiple: true }))