Flowdock
ensure_cache_path(path) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/cache/file_store.rb, line 55
        def ensure_cache_path(path)
          FileUtils.makedirs(path) unless File.exist?(path)
        end
Register or log in to add new notes.