mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
chore: add prefer not to disclose to gender. Add code of 7 as an option for prefer to self describe
This commit is contained in:
parent
f27a590c5a
commit
3da6016635
1 changed files with 4 additions and 2 deletions
|
|
@ -9,10 +9,12 @@ class Gender < ApplicationRecord
|
|||
1
|
||||
when /Male|M|2/i
|
||||
2
|
||||
when /Another\s*Gender|Gender Identity not listed above|3/i
|
||||
4
|
||||
when /Another\s*Gender|Gender Identity not listed above|3|7/i
|
||||
3
|
||||
when /Non-Binary|N|4/i
|
||||
4
|
||||
when /Prefer not to disclose|6/i
|
||||
99
|
||||
when %r{^#*N/*A$}i
|
||||
nil
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue