method

dependent

dependent()
private

No documentation available.

# File activestorage/app/models/active_storage/attachment.rb, line 144
    def dependent
      record.attachment_reflections[name]&.options&.fetch(:dependent, nil)
    end