Files
fizzy/saas/app/models/account/overridden_limits.rb
T
Jorge Manrubia 3ef5e4eeef Add record to track overridden limits
Before, we were relying on just changing the cards_count in account, but this
could create problems where the system to calculate the next card number fails due
to the unique constraint.
2025-12-16 12:00:23 +01:00

5 lines
99 B
Ruby

# To ease testing of limits
class Account::OverriddenLimits < SaasRecord
belongs_to :account
end