Dashboard/app/models/dashboard/response_rate.rb

7 lines
179 B
Ruby

module Dashboard
class ResponseRate < ApplicationRecord
belongs_to :dashboard_subcategory
belongs_to :dashboard_school
belongs_to :dashboard_academic_year
end
end