method

build_attachment

rails latest stable - Class: ActiveStorage::Attached::Changes::CreateOne
build_attachment()
private

No documentation available.

# File activestorage/lib/active_storage/attached/changes/create_one.rb, line 64
      def build_attachment
        ActiveStorage::Attachment.new(record: record, name: name, blob: blob)
      end