add KES currency
Some checks failed
schema / schema (push) Has been cancelled
tests / tests (0, 5) (push) Has been cancelled
tests / tests (1, 5) (push) Has been cancelled
tests / tests (2, 5) (push) Has been cancelled
tests / tests (3, 5) (push) Has been cancelled
tests / tests (4, 5) (push) Has been cancelled
tests / coveralls (push) Has been cancelled

This commit is contained in:
2025-12-10 21:18:23 +03:00
parent 2492347fa6
commit 9a52ec378f

View File

@@ -0,0 +1,5 @@
load Rails.root.join("app", "models", "budget.rb")
class Budget < ApplicationRecord
CURRENCY_SYMBOLS = %w[€ $ £ ¥ KSh].freeze
end