We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7ebce commit 571df6eCopy full SHA for 571df6e
app/contracts/reminders/base_contract.rb
@@ -28,7 +28,7 @@
28
29
module Reminders
30
class BaseContract < ::ModelContract
31
- MAX_NOTE_CHARS_LENGTH = 80
+ MAX_NOTE_CHARS_LENGTH = 128
32
33
attribute :creator_id
34
attribute :remindable_id
0 commit comments