# File lib/brakeman/checks/check_nested_attributes_bypass.rb, line 45
  def allow_destroy? arg
    hash? arg and
      false? hash_access(arg, :allow_destroy)
  end