Browse Source

fixed

pull/688/head
JG 3 years ago
parent
commit
6f81b3baa8
  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