Skip to content
Snippets Groups Projects
Commit 5c8eeb66 authored by pabois's avatar pabois
Browse files

close #129

parent 5f779b91
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class Communication::Website::Post < ApplicationRecord
[self] + [author] + categories + active_storage_blobs
end
def git_destroy_dependencies
def git_destroy_dependencies(website)
explicit_active_storage_blobs
end
......
......@@ -44,7 +44,7 @@ class Education::School < ApplicationRecord
"#{name}"
end
def git_path
def git_path(website)
"data/school.yml"
end
end
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