method

public_url

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

No documentation available.

# File activestorage/lib/active_storage/service/azure_storage_service.rb, line 142
      def public_url(key, **)
        uri_for(key).to_s
      end