This commit is contained in:
BoHung Chiu 2020-12-22 15:13:26 +08:00
parent 0ea5fd2af4
commit 10ed7db4a6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class VenueManagementContract
include Mongoid::Enum include Mongoid::Enum
PAYERS = [ :school, :vendor].freeze PAYERS = [ :school, :vendor].freeze
BID_RESULTS = [ :failure, :abandoned, :qualified].freeze BID_RESULTS = [ :empty , :failure, :abandoned, :qualified].freeze
# Copy from Inviting # Copy from Inviting
field :renewal_permission, type: Boolean,default: false field :renewal_permission, type: Boolean,default: false