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

missing self in git destroy deps in post

parent 79baa2bb
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class Communication::Website::Post < ApplicationRecord
end
def git_destroy_dependencies(website)
explicit_active_storage_blobs
[self] + explicit_active_storage_blobs
end
def to_s
......
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