method
build_subchange_from
v7.0.0 -
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 35
def build_subchange_from(attachable)
ActiveStorage::Attached::Changes::CreateOneOfMany.new(name, record, attachable)
end