Skip to content

Instantly share code, notes, and snippets.

@sidcool1234
Last active April 23, 2017 05:38
Show Gist options
  • Save sidcool1234/ce8a3972a5f85f42c24f0c5668e30517 to your computer and use it in GitHub Desktop.
Save sidcool1234/ce8a3972a5f85f42c24f0c5668e30517 to your computer and use it in GitHub Desktop.
Partial
<%= nested_form_for @user do |f| %>
<%= render :partial => 'user_details', :locals => { :f => f } %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment