Remove deprecated mb_chars method (#34039)
This commit is contained in:
@@ -18,7 +18,7 @@ class StatusLengthValidator < ActiveModel::Validator
|
||||
end
|
||||
|
||||
def countable_length(str)
|
||||
str.mb_chars.grapheme_length
|
||||
str.each_grapheme_cluster.size
|
||||
end
|
||||
|
||||
def combined_text(status)
|
||||
|
||||
Reference in New Issue
Block a user