FIX: Validate value of custom dropdown user fields - dropdowns and multiple selects (#13890)

This commit is contained in:
Jean
2021-07-30 13:50:47 -04:00
committed by GitHub
parent 2f28ba318c
commit ac777440fd
4 changed files with 143 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
# frozen_string_literal: true
class UserFieldOption < ActiveRecord::Base
belongs_to :user_field
end
# == Schema Information