Structure updates
This commit is contained in:
@@ -9,7 +9,7 @@ class Supplier
|
||||
property :email
|
||||
property :open, type: :boolean, default: false
|
||||
property :time_zone, default: 'UTC'
|
||||
property :night_offset, type: Fixnum, default: 0 # Minutes
|
||||
property :night_offset, type: Integer, default: 0 # Minutes
|
||||
property :address
|
||||
property :house_number
|
||||
property :house_number_addition
|
||||
|
||||
Reference in New Issue
Block a user