method

allow_destroy?

allow_destroy?(association_name)
private

No documentation available.

# File activerecord/lib/active_record/nested_attributes.rb, line 550
    def allow_destroy?(association_name)
      self.nested_attributes_options[association_name][:allow_destroy]
    end