I have a infrastructure object composed for many datacenters. In the apps/admin/infrastructures.rb I have the following code:
form do |f| f.inputs \"Infrastruc
Don't forget to add the following to your parent model
has_many :child_name, :dependent => :destroy