module ActiveRecord::NestedAttributes

def _destroy

See ActionView::Helpers::FormHelper::fields_for for more info.

destruction of this association.
used in conjunction with fields_for to build a form element for the
Returns ActiveRecord::AutosaveAssociation::marked_for_destruction? It's
def _destroy
  marked_for_destruction?
end