method

assign_associated_attachments

assign_associated_attachments()
private

No documentation available.

# File activestorage/lib/active_storage/attached/changes/create_many.rb, line 38
      def assign_associated_attachments
        record.public_send("#{name}_attachments=", attachments)
      end