Method: CustomTable::ApplicationHelper#amount

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

#amount(c) ⇒ Object

Base



416
417
418
# File 'app/helpers/custom_table/application_helper.rb', line 416

def amount(c)
  (:span, amount_value(c), "data-raw": (c.blank? ? nil : c.round(2)))
end