mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
3 lines
66 B
Ruby
3 lines
66 B
Ruby
class SurveyItem < ActiveRecord::Base
|
|
belongs_to :construct
|
|
end
|