Method: CustomTable::ApplicationHelper#amount_round
- Defined in:
- app/helpers/custom_table/application_helper.rb
#amount_round(c) ⇒ Object
Rounded
411 412 413 |
# File 'app/helpers/custom_table/application_helper.rb', line 411 def amount_round(c) content_tag(:span, amount_value(c, 0), "data-raw": (c.blank? ? nil : c.round)) end |