소스 검색

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



불러오는 중...
취소
저장