mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
Rename DataAvailability to Summary
This commit is contained in:
parent
09963c3323
commit
0ed6cbe6b4
8 changed files with 74 additions and 22 deletions
4
app/models/summary.rb
Normal file
4
app/models/summary.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Summary < Struct.new(:id, :description, :available?)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue