Method: Redmineup::Currency#code
- Defined in:
- lib/redmineup/currency.rb
#code ⇒ String
Returns currency symbol or iso code for currencies with no symbol.
390 391 392 |
# File 'lib/redmineup/currency.rb', line 390 def code symbol || iso_code end |