mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Calculate benchmarks for measures based on a weighted average of survey and admin data items Added architectural records
4 lines
117 B
Ruby
4 lines
117 B
Ruby
# TODO: move this to legacy, probably?
|
|
class ApplicationRecord < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
end
|