method

service_exist

rails latest stable - Class: ActiveStorage::LogSubscriber
service_exist(event)
public

No documentation available.

# File activestorage/lib/active_storage/log_subscriber.rb, line 36
    def service_exist(event)
      debug event, color("Checked if file exists at key: #{key_in(event)} (#{event.payload[:exist] ? "yes" : "no"})", BLUE)
    end