method
attachments
v7.1.3.4 -
Show latest stable
- Class:
ActiveStorage::Attached::Changes::CreateMany
attachments()public
No documentation available.
# File activestorage/lib/active_storage/attached/changes/create_many.rb, line 14
def attachments
@attachments ||= subchanges.collect(&:attachment)
end