Method: Paperclip::Storage::S3#s3_url_options
- Defined in:
- lib/paperclip/storage/s3.rb
#s3_url_options ⇒ Object
221 222 223 224 225 |
# File 'lib/paperclip/storage/s3.rb', line 221 def = [:s3_url_options] || {} = .call(instance) if .respond_to?(:call) end |