Sha256: cc6e96a7426f7c731428e8ad185cbe55fec345c8376f5f9cbd5c57f3b7094e8c
Contents?: true
Size: 401 Bytes
Versions: 12
Compression:
Stored size: 401 Bytes
Contents
= f.simple_fields_for :vcard do |vcard| = vcard.input :full_name, :input_html => {"data-autofocus" => true} = vcard.fields_for :address do |address| = address.input :extended_address = address.input :street_address = address.input :post_office_box = address.input :postal_code, :wrapper_html => {:class => 'col1'} = address.input :locality, :wrapper_html => {:class => 'col2'}
Version data entries
12 entries across 12 versions & 1 rubygems