Method: Paperclip::Storage::AzureStorage#azure_url

Defined in:
lib/paperclip/storage/azure_storage.rb

#azure_url(style_name = default_style) ⇒ Object



49
50
51
# File 'lib/paperclip/storage/azure_storage.rb', line 49

def azure_url(style_name = default_style)
  "#{@options[:resource]}/#{@options[:container]}/#{path(style_name)}".squeeze('/')
end