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

fix

parent 3e21dbb8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ module Communication::Website::WithIndexPages
klass.where(communication_website_id: id, kind: kind).first_or_create(
title: I18n.t("#{key}.title"),
path: I18n.t("#{key}.path"),
description: I18n.t("#{key}.description")
description: I18n.t("#{key}.description"),
university_id: university_id
)
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