diff --git a/app/models/custom/budget.rb b/app/models/custom/budget.rb new file mode 100644 index 000000000..7ae0cfcff --- /dev/null +++ b/app/models/custom/budget.rb @@ -0,0 +1,5 @@ +load Rails.root.join("app", "models", "budget.rb") + +class Budget < ApplicationRecord + CURRENCY_SYMBOLS = %w[€ $ £ ¥ KSh].freeze +end \ No newline at end of file