Skip to content
Snippets Groups Projects
Unverified Commit 1555f741 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

git block deps in git deps

parent 0caacc68
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ class Communication::Website::Post < ApplicationRecord
dependencies = [self] + website.menus
dependencies += categories
dependencies += active_storage_blobs
dependencies += git_block_dependencies
if author.present?
dependencies += [author, author.author]
dependencies += author.active_storage_blobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment