Module: S3FileCacheDownload
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/s3_file_cache_download.rb,
lib/s3_file_cache_download/engine.rb,
lib/s3_file_cache_download/version.rb
Defined Under Namespace
Modules: Helper Classes: Engine, FileCacheDirectoryNotFound
Constant Summary collapse
- VERSION =
'0.1.1'
Class Method Summary collapse
Class Method Details
.configure {|config| ... } ⇒ Object
33 34 35 36 37 |
# File 'lib/s3_file_cache_download.rb', line 33 def configure yield config raise FileCacheDirectoryNotFound, config.file_cache_directory unless Dir.exist?(config.file_cache_directory) end |