> I have table 1: name, adress, contact.
>           belongs_to: table 2
>
>         table2: marital_status
>         has_many table1.
>
> My point is:
> How can i put in my view to the marital_status appear on top of
> address, right before the name.

something like:

<extend tag="form" for="table1">
  <old-form merge/>
     <field-list: fields="name, marital_status, address"/>
  </old-form>
</extend>

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to