Fix bug.
This commit is contained in:
parent
253261abf2
commit
f60a30d0dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue