mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
7 lines
179 B
Ruby
7 lines
179 B
Ruby
module Dashboard
|
|
class ResponseRate < ApplicationRecord
|
|
belongs_to :dashboard_subcategory
|
|
belongs_to :dashboard_school
|
|
belongs_to :dashboard_academic_year
|
|
end
|
|
end
|