Displaying 1 result from an estimated 1 matches for "account_documents_attribut".
Did you mean:
  account_documents_attributes
  
2010 Jul 21
4
Association record duplication
I have an edit page that generates a few input fields I organized in a
table, like so:
      <tr>
        <td>Driver License</td>
        <td>
          <input
id="person_accounts_attributes_0_account_documents_attributes_1_number"
name="person[accounts_attributes][0][account_documents_attributes][1]
[number]"  type="text" />
        </td>
      </tr>
      <tr>
        <td>Passport</td>
        <td>
          <input
id="person_accounts_attri...