class Covid::FormDisplay < Covid::FormField
  enum field: [:text]

  validates :title, length: { maximum: 128 }
end
