method

allow_destroy?

allow_destroy?(association_name)
private

No documentation available.

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