2009-06-19から1日間の記事一覧

 Rails標準のヘルパー (module NumberHelper)

number_to_percentage(number, options = {}) パーセント表記にしてくれる。 options: # * :precision - Sets the level of precision (defaults to 3). # * :separator - Sets the separator between the units (defaults to "."). # # ==== Examples # num…