mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 07:50:33 -07:00
5 lines
125 B
Ruby
5 lines
125 B
Ruby
class SurveyItemResponse < ActiveRecord::Base
|
|
belongs_to :academic_year
|
|
belongs_to :school
|
|
belongs_to :survey_item
|
|
end
|