def has_default_other?
            @aces.each do |ace|
              if ace.default && ace.type.eql?("other")
                return true
              end