mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-10 07:50:33 -07:00
feat: disable income from dropdown
This commit is contained in:
parent
a1b580048b
commit
fc3f979a58
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@ module Analyze
|
|||
end
|
||||
|
||||
def groups
|
||||
@groups = [Analyze::Group::Gender.new, Analyze::Group::Grade.new, Analyze::Group::Income.new,
|
||||
@groups = [Analyze::Group::Gender.new,
|
||||
Analyze::Group::Grade.new,
|
||||
Analyze::Group::Race.new]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue