Fixing customizations

This commit is contained in:
2023-07-11 13:50:42 -04:00
parent 3f5af768c8
commit e373217577
21 changed files with 4938 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
class StatusLengthValidator < ActiveModel::Validator
MAX_CHARS = 500
MAX_CHARS = 1500
URL_PLACEHOLDER_CHARS = 23
URL_PLACEHOLDER = 'x' * 23