mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
mergeable commit
This commit is contained in:
parent
18ab51c860
commit
4850f4a2f7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue