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

fix

parent e0934846
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,12 @@ class Education::Program::Category < ApplicationRecord
join_table: :education_program_categories_programs,
foreign_key: :education_program_category_id,
association_foreign_key: :education_program_id
def dependencies
localizations
end
def references
programs
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