method

make_path_for

rails latest stable - Class: ActiveStorage::Service::DiskService
make_path_for(key)
private

No documentation available.

# File activestorage/lib/active_storage/service/disk_service.rb, line 159
      def make_path_for(key)
        path_for(key).tap { |path| FileUtils.mkdir_p File.dirname(path) }
      end