From 1852410d7d2a08ae3fb1f7b836dcc67ff0bae3fb Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 8 Jun 2022 10:16:19 +0200 Subject: [PATCH] wip --- app/models/communication/block/template/video.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/models/communication/block/template/video.rb b/app/models/communication/block/template/video.rb index f6313c1b0..8f0f29982 100644 --- a/app/models/communication/block/template/video.rb +++ b/app/models/communication/block/template/video.rb @@ -1,8 +1,7 @@ class Communication::Block::Template::Video < Communication::Block::Template::Base + has_string :url has_string :video_title has_text :transcription - def build_git_dependencies - end end -- GitLab