Browse Source

fixed (#688)

pull/692/head
J G 3 years ago committed by GitHub
parent
commit
4de8885e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/models/location.rb

4
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

Loading…
Cancel
Save