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

name

parent 09eb3721
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
class University::Organization::Category < ApplicationRecord
include WithUniversity
has_and_belongs_to_many :persons,
has_and_belongs_to_many :organizations,
class_name: 'University::Organization::Category',
join_table: :university_organizations_categories,
foreign_key: :category_id
......
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