method
ensure_cache_path
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Cache::FileStore
ensure_cache_path(path)private
No documentation available.
# File activesupport/lib/active_support/cache/file_store.rb, line 55
def ensure_cache_path(path)
FileUtils.makedirs(path) unless File.exist?(path)
end