instance method
each_service
Ruby on Rails 7.2.3
Since v5.2.8.1 PrivateSignature
each_service(&block)
No documentation comment.
Parameters
-
blockblock
Source
# File activestorage/lib/active_storage/service/mirror_service.rb, line 73
def each_service(&block)
[ primary, *mirrors ].each(&block)
end
Defined in activestorage/lib/active_storage/service/mirror_service.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::MirrorService