I understood that to make employee visible on administrative_unit it is
needed to include:
children :employees
on administrative_unit. But I want to do the opposite. How is it
possible to make administrative_unit be visible on the employee edition?

Employee:
attr_accessible :name, :administrative_unit
belongs_to :administrative_unit

Administrative_unit:
has_many :employees, :dependent => :destroy

-- 
Saludos libres,
Quiliro Ordóñez
600 8579


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to