Raise the limit to 100

This commit is contained in:
Stanko K.R.
2025-12-16 13:36:40 +01:00
parent 140399aa6c
commit b0f9960b8a
+1 -1
View File
@@ -1,5 +1,5 @@
class Assignment < ApplicationRecord
LIMIT = 10
LIMIT = 100
belongs_to :account, default: -> { card.account }
belongs_to :card, touch: true