Displaying 1 result from an estimated 1 matches for "organisations_id".
Did you mean:
organisation_id
2009 Feb 06
2
Using partials with form_for
...form_for(@partner) do |f| %>
<%= render :partial => ''form'', :locals => {:partner => f} %>
<p>
<%= f.submit "Create" %>
</p>
<% end %>
*#_form.html.erb*
<%= f.error_messages %>
<p>
<%= f.label :organisations_id, "Organisation Id" %><br />
<%= f.text_field :organisations_id %>
</p>
<p>
<%= f.label :branches_id, "Branch Id" %><br />
<%= f.text_field :branches_id %>
</p>
regards
--
Sahil
--~--~---------~--~----~-----...