Method: CustomTable::ApplicationHelper#amount_value

Defined in:
app/helpers/custom_table/application_helper.rb

#amount_value(c, p = 2) ⇒ Object

Abstract



421
422
423
# File 'app/helpers/custom_table/application_helper.rb', line 421

def amount_value(c, p = 2)
  number_to_currency(c, precision: p, locale: :en, unit: "")
end