Skip to content

Instantly share code, notes, and snippets.

@softwaregravy
Created March 12, 2011 16:54
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 softwaregravy/867362 to your computer and use it in GitHub Desktop.
Save softwaregravy/867362 to your computer and use it in GitHub Desktop.
calling another template from anther template
<% f.fields_for :member_collection do |builder| %>
<%= render "membrer_collection_fields", :form => builder %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment