mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-12 08:50:37 -07:00
4 lines
93 B
Ruby
4 lines
93 B
Ruby
class SurveyResponse < ActiveRecord::Base
|
|
belongs_to :school
|
|
belongs_to :survey_item
|
|
end
|