method
build_attachment
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Attached::One
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