ref: master
config/initializers/dbm_private_files.rb
1 2
path = File.join(Rails.root,'cache') FileUtils.mkdir(path) unless File.exists?(path)