Skip to content

Instantly share code, notes, and snippets.

@lambda2
Created June 12, 2014 17:00
Show Gist options
  • Select an option

  • Save lambda2/6aad6ac2074ed48cf81d to your computer and use it in GitHub Desktop.

Select an option

Save lambda2/6aad6ac2074ed48cf81d to your computer and use it in GitHub Desktop.
Nested Comments in Quotes
<%= simple_form_for @quote do |m| %>
<%= m.simple_fields_for :comments do |p| %>
<%= p.input :content %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment