class ActiveStorage::Service::DiskService

def make_path_for(key)

def make_path_for(key)
  path_for(key).tap { |path| FileUtils.mkdir_p File.dirname(path) }
end