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

Merge branch 'master' of github.com:noesya/osuny

parents 03d8cf43 1772ae14
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