Flowdock
method

perform_across_services

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: MirrorService
perform_across_services(method, *args) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/service/mirror_service.rb, line 72
      def perform_across_services(method, *args)
        # FIXME: Convert to be threaded
        each_service.collect do |service|
          service.public_send method, *args
        end
      end
Register or log in to add new notes.