From 1fc0a43d1a99df8fef30667de9d43e667ce61131 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Fri, 5 Nov 2021 12:12:07 +0100
Subject: [PATCH] with media generated path

---
 app/models/communication/website/with_media.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/models/communication/website/with_media.rb b/app/models/communication/website/with_media.rb
index 10c635773..769127920 100644
--- a/app/models/communication/website/with_media.rb
+++ b/app/models/communication/website/with_media.rb
@@ -6,6 +6,10 @@ module Communication::Website::WithMedia
     university.active_storage_blobs.where(id: blob_ids)
   end
 
+  def blob_github_path_generated(blob)
+    "_media/#{blob.id}.md"
+  end
+
   def blob_to_jekyll(blob)
     ApplicationController.render(
       template: 'active_storage/blobs/jekyll',
-- 
GitLab