Method: CarrierWave::Storage::Fog::File#exists?
- Defined in:
- lib/carrierwave/storage/fog.rb
#exists? ⇒ Boolean
Check if the file exists on the remote service
Returns
- Boolean
-
true if file exists or false
329 330 331 |
# File 'lib/carrierwave/storage/fog.rb', line 329 def exists? !!file end |