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

blobs are syncable

parent d4c88352
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ Rails.application.config.to_prepare do
"data/media/#{id[0..1]}/#{id}.yml"
end
def syncable?
true
end
def exportable_to_git?
true
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