Ver código fonte

Improved commify()

pull/3/head
Adrian Short 14 anos atrás
pai
commit
15886f6859
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb Ver arquivo

@@ -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



Carregando…
Cancelar
Salvar