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

Commit

Permalink
Add Turkish Lira as a currency option on job form
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine-nikolaou committed Sep 25, 2020
1 parent 6c50aac commit 907d58f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ def self.all_currencies
{
title: 'British Pound (GBP)',
code: 'GBP'
},
{
title: 'Turkish Lira (TRY)',
code: 'TRY'
}
]
end
Expand Down

0 comments on commit 907d58f

Please sign in to comment.