Method: Invoicing::CurrencyValue::ClassInfo#currency_info_for

Defined in:
lib/invoicing/currency_value.rb

#currency_info_for(object) ⇒ Object

Returns a hash of information about the currency used by model object.



263
264
265
# File 'lib/invoicing/currency_value.rb', line 263

def currency_info_for(object)
  ::Invoicing::CurrencyValue::Formatter.currency_info(currency_of(object), all_options)
end