Flowdock
method

allow_destroy?

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ActiveRecord::NestedAttributes
allow_destroy?(association_name) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/nested_attributes.rb, line 550
    def allow_destroy?(association_name)
      self.nested_attributes_options[association_name][:allow_destroy]
    end
Register or log in to add new notes.