method
dependent
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Attachment
dependent()private
No documentation available.
# File activestorage/app/models/active_storage/attachment.rb, line 53
def dependent
record.attachment_reflections[name]&.options[:dependent]
end