instance method
service_exist
Ruby on Rails 6.1.7.10
Since v5.2.8.1 Last seen in v8.0.4Signature
service_exist(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activestorage/lib/active_storage/log_subscriber.rb, line 27
def service_exist(event)
debug event, color("Checked if file exists at key: #{key_in(event)} (#{event.payload[:exist] ? "yes" : "no"})", BLUE)
end
Defined in activestorage/lib/active_storage/log_subscriber.rb line 27
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::LogSubscriber