method

subchanges

subchanges()
private

No documentation available.

# File activestorage/lib/active_storage/attached/changes/create_many.rb, line 31
      def subchanges
        @subchanges ||= attachables.collect { |attachable| build_subchange_from(attachable) }
      end