method
each_service
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Service::MirrorService
each_service(&block)private
No documentation available.
# File activestorage/lib/active_storage/service/mirror_service.rb, line 73
def each_service(&block)
[ primary, *mirrors ].each(&block)
end