diff --git a/app/models/conference.rb b/app/models/conference.rb index 94484425..89ca5d19 100644 --- a/app/models/conference.rb +++ b/app/models/conference.rb @@ -80,7 +80,8 @@ class Conference < ApplicationRecord :start_hour, :end_hour, :ticket_layout, - :organization, presence: true + :organization, + :timezone, presence: true validates :short_title, uniqueness: true validates :short_title, format: { with: /\A[a-zA-Z0-9_-]*\z/ }