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