瀏覽代碼

Improved commify()

pull/3/head
Adrian Short 14 年之前
父節點
當前提交
15886f6859
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb 查看文件

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



Loading…
取消
儲存