method

build_subchange_from

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