Skip to content
Snippets Groups Projects
Commit 8f1c9216 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix [skip ci]

parent 0d59c912
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ namespace :auto do
desc 'Resave every website to enable publications in the future'
task save_and_sync_websites: :environment do
Communication::Website.find_each do |website|
website.save
website.save_and_sync
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