method

dependent

dependent()
private

No documentation available.

# File activestorage/app/models/active_storage/attachment.rb, line 45
    def dependent
      record.attachment_reflections[name]&.options[:dependent]
    end