mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07: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
|