class Paperclip::Storage::Dropbox::PrivateUrlGenerator
Public Instance Methods
file_url(style)
click to toggle source
# File lib/paperclip/storage/dropbox/private_url_generator.rb, line 6 def file_url(style) @attachment.dropbox_client.media(@attachment.path(style))["url"] end