Skip to content
Snippets Groups Projects
Commit 81cdc815 authored by pabois's avatar pabois
Browse files

fix pages

parent 55280faa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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