diff --git a/app/models/location.rb b/app/models/location.rb index 76e3e577e..d3cc23f82 100644 --- a/app/models/location.rb +++ b/app/models/location.rb @@ -2,8 +2,8 @@ class Location < ApplicationRecord belongs_to :scheme WHEELCHAIR_ADAPTATIONS = { - no: 0, - yes: 1, + No: 0, + Yes: 1, }.freeze enum wheelchair_adaptation: WHEELCHAIR_ADAPTATIONS