Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 907d58f

Browse files
Add Turkish Lira as a currency option on job form
1 parent 6c50aac commit 907d58f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/models/job.rb

+4
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ def self.all_currencies
183183
{
184184
title: 'British Pound (GBP)',
185185
code: 'GBP'
186+
},
187+
{
188+
title: 'Turkish Lira (TRY)',
189+
code: 'TRY'
186190
}
187191
]
188192
end

0 commit comments

Comments
 (0)