method
allow_destroy?
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::NestedAttributes
allow_destroy?(association_name)private
No documentation available.
# File activerecord/lib/active_record/nested_attributes.rb, line 606
def allow_destroy?(association_name)
nested_attributes_options[association_name][:allow_destroy]
end