fix merge bug

This commit is contained in:
bgme 2025-04-12 22:46:10 +08:00
parent 2fbf224392
commit ea725f5a62

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
class PollValidator < ActiveModel::Validator
class PollOptionsValidator < ActiveModel::Validator
MAX_OPTIONS = 12
MAX_OPTION_CHARS = 50