Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Created May 3, 2019 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koss-lebedev/2d7a0bed94fda3e02115278ac3409b90 to your computer and use it in GitHub Desktop.
Save koss-lebedev/2d7a0bed94fda3e02115278ac3409b90 to your computer and use it in GitHub Desktop.
<%= simple_form_for(contact) do |f| %>
... code omitted
<%= f.input :first_name %>
<%= f.input :last_name %>
<%= dynamic_attribute_inputs(f, contact) %>
<%= f.button :submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment