This commit is contained in:
BoHung Chiu 2020-12-22 15:13:48 +08:00
parent 253261abf2
commit f60a30d0dc
1 changed files with 1 additions and 1 deletions

View File

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