Sha256: 83fef6c1cbe8adda6100b8d509b52e290d177f7827fa0a8d8f242148bced63a0

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

= form_for @user, url: '/somewhere' do |f|
  = render 'user_fields', f: f

  = f.fields_for :addresses, permitted_attributes: %i(street) do |af|
    = render 'address_fields', f: af

  = f.fields_for :tag do |tf|
    = render 'tag_fields', f: tf

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
strong_form-0.0.6 spec/dummy/app/views/base/fields_for_explicit.html.haml
strong_form-0.0.5 spec/dummy/app/views/base/fields_for_explicit.html.haml