Rails Admin - removing a related object
问题 I'm using Rails Admin on one of my sites. It's great so far, but I can't figure out how to remove a related object from an edit page. Example: I have two models Property and PropertyImage. class Property has_many :property_images, :dependent => :destroy end class PropertyImage belongs_to :property end I can go to the edit screen for an instance of either model, and I can delete PropertyImages from their list view. But when I edit a Property, I want to be able to delete a PropertyImage that's