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

persong

parent 17637132
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ class University::Person < ApplicationRecord
dependent: :destroy
has_many :education_programs,
through: :education_program_teachers
through: :education_program_teachers,
source: :program
has_many :communication_website_posts,
class_name: 'Communication::Website::Post',
......
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