Skip to content

Commit

Permalink
Merge pull request #15586 from CartoDB/create-grants-plan
Browse files Browse the repository at this point in the history
Add Grant plan to helper
  • Loading branch information
amiedes authored Apr 2, 2020
2 parents 774b504 + 69b94e9 commit ed5ed18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/helpers/account_type_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def public_plan_name(account_type)
'Free Basemap LDS - Annual' => 'Free',
'Enterprise LDS - Annual' => 'Enterprise',
'CARTO Trial Account - Annual' => 'Trial',
'Free 2020' => 'Free'
'Free 2020' => 'Free',
'Grant' => 'Grant'
}.freeze

PLAN_NAME_BY_ACCOUNT_TYPE_DOWN = Hash[PLAN_NAME_BY_ACCOUNT_TYPE.map { |k, v| [k.downcase, v] }]
Expand Down

0 comments on commit ed5ed18

Please sign in to comment.