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

fix missing categories

parent faebcdd0
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,8 @@ class Communication::Website < ApplicationRecord
post_categories.where(language_id: language_ids) +
events.where(language_id: language_ids) +
agenda_categories.where(language_id: language_ids) +
projects.where(language_id: language_ids) +
portfolio_categories.where(language_id: language_ids) +
menus.where(language_id: language_ids) +
[about] +
[default_image&.blob]
......
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