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
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:
5
app/models/custom/budget.rb
Normal file
5
app/models/custom/budget.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
load Rails.root.join("app", "models", "budget.rb")
|
||||
|
||||
class Budget < ApplicationRecord
|
||||
CURRENCY_SYMBOLS = %w[€ $ £ ¥ KSh].freeze
|
||||
end
|
||||
Reference in New Issue
Block a user