Revert "Upstream 20240517"
This commit is contained in:
parent
9c006fd893
commit
f6dec44e95
2347 changed files with 26470 additions and 87494 deletions
|
@ -12,8 +12,6 @@
|
|||
#
|
||||
|
||||
class UserInviteRequest < ApplicationRecord
|
||||
TEXT_SIZE_LIMIT = 420
|
||||
|
||||
belongs_to :user, inverse_of: :invite_request
|
||||
validates :text, presence: true, length: { maximum: TEXT_SIZE_LIMIT }
|
||||
validates :text, presence: true, length: { maximum: 420 }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue