module ActiveRecord::NestedAttributes

def allow_destroy?(association_name)

def allow_destroy?(association_name)
  nested_attributes_options[association_name][:allow_destroy]
end