diff --git a/app/models/income.rb b/app/models/income.rb index 2402876c..7adcc600 100644 --- a/app/models/income.rb +++ b/app/models/income.rb @@ -8,9 +8,9 @@ class Income < ApplicationRecord def self.to_designation(income) case income - in /Free\s*Lunch|Reduced\s*Lunch|Low\s*Income|Reduced\s*price\s*lunch/i + in /Free\s*Lunch|Reduced\s*Lunch|Low\s*Income|Reduced\s*price\s*lunch|true/i "Economically Disadvantaged - Y" - in /Not\s*Eligible/i + in /Not\s*Eligible|false/i "Economically Disadvantaged - N" else "Unknown"