method

attachments

attachments()
public

No documentation available.

# File activestorage/lib/active_storage/attached/changes/create_many.rb, line 13
    def attachments
      @attachments ||= subchanges.collect(&:attachment)
    end