method

build_attachment

rails latest stable - Class: ActiveStorage::Attached::One

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

build_attachment(blob:)
private

No documentation available.

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