instance method
dependent
Ruby on Rails 7.0.10
Since v6.0.6 PrivateSignature
dependent()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 82
def dependent
record.attachment_reflections[name]&.options&.fetch(:dependent, nil)
end
Defined in activestorage/app/models/active_storage/attachment.rb line 82
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment