Explorar el Código

Improved commify()

pull/3/head
Adrian Short hace 14 años
padre
commit
15886f6859
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb Ver fichero

@@ -6,7 +6,7 @@ require 'lib/models'

helpers do
def commify(amount)
amount.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,')
amount.to_s.reverse.gsub(/(\d\d\d)(?=\d)(?!\d*\.)/,'\1,').reverse
end
end



Cargando…
Cancelar
Guardar