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