forked from civictechdc/districthousing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request civictechdc#290 from uncompiled/master
Change valid values of Citizenship civictechdc#266
- Loading branch information
Showing
6 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
module CitizenshipHelper | ||
def citizenship_statuses | ||
[ | ||
"US Citizen", | ||
"Non-Citizen with eligible immigration status", | ||
"Other" | ||
] | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ one: | |
mail_address: one | ||
state_of_birth: VA | ||
city_of_birth: Springfield | ||
citizenship: United States | ||
citizenship: US Citizen | ||
driver_license_number: X12345678 | ||
driver_license_state: NY | ||
marital_status: Married | ||
|
@@ -45,7 +45,7 @@ hh1: | |
work_phone: 788-243-3188 x97905 | ||
home_phone: 1-437-053-5113 x41799 | ||
cell_phone: 839.897.3785 x24946 | ||
citizenship: Mayotte | ||
citizenship: Other | ||
country_of_birth: Bosnia and Herzegovina | ||
email: [email protected] | ||
race: Native Hawaiian or Other Pacific Islander | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters