mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
4 lines
89 B
Ruby
4 lines
89 B
Ruby
class ParentLanguage < ApplicationRecord
|
|
belongs_to :parent
|
|
belongs_to :language
|
|
end
|