mergeable commit

This commit is contained in:
rebuilt 2023-10-24 13:04:37 -07:00
parent 18ab51c860
commit 4850f4a2f7

View file

@ -8,7 +8,7 @@ class SurveyItemResponse < ActiveRecord::Base
belongs_to :school
belongs_to :survey_item, counter_cache: true
belongs_to :student, foreign_key: :student_id, optional: true
belongs_to :gender, optional: true belongs_to :gender, optional: true
belongs_to :gender, optional: true
belongs_to :income, optional: true
belongs_to :ell, optional: true
belongs_to :sped, optional: true
@ -46,4 +46,3 @@ class SurveyItemResponse < ActiveRecord::Base
}
end