method
build_subchange_from
v8.1.1 -
Show latest stable
- Class:
ActiveStorage::Attached::Changes::CreateMany
build_subchange_from(attachable)private
No documentation available.
# File activestorage/lib/active_storage/attached/changes/create_many.rb, line 36
def build_subchange_from(attachable)
ActiveStorage::Attached::Changes::CreateOneOfMany.new(name, record, attachable)
end