Flowdock
method

uri_for

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: AzureStorageService
uri_for(key) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/service/azure_storage_service.rb, line 127
      def uri_for(key)
        client.generate_uri("#{container}/#{key}")
      end
Register or log in to add new notes.