method

public_url

rails latest stable - Class: ActiveStorage::Service::GCSService
public_url(key, **)
private

No documentation available.

# File activestorage/lib/active_storage/service/gcs_service.rb, line 165
      def public_url(key, **)
        file_for(key).public_url
      end