From 81cdc8152d1cb773affbf9eba73448b2f822f067 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Mon, 25 Oct 2021 13:42:51 +0200 Subject: [PATCH] fix pages --- lib/tasks/app.rake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tasks/app.rake b/lib/tasks/app.rake index 4ec8f8748..1da5718b4 100644 --- a/lib/tasks/app.rake +++ b/lib/tasks/app.rake @@ -21,6 +21,9 @@ namespace :app do } Communication::Website::Post.find_each { |post| post.update(text: post.old_text) + } + Communication::Website::Page.find_each { |page| + page.update(text: page.old_text) } Communication::Website::Medium.find_each { |medium| medium.send(:set_featured_images) -- GitLab