method

build_attachment

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