Method: Adherent::ApplicationHelper#two_decimals

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

#two_decimals(montant) ⇒ Object



32
33
34
# File 'app/helpers/adherent/application_helper.rb', line 32

def two_decimals(montant)
  sprintf('%0.02f',montant) rescue  '0.00'
end