#--- # Excerpted from "Agile Web Development with Rails, 2nd Ed." # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information. #--- # Methods added to this helper will be available to all templates in the application. module ApplicationHelper module NumberFormatHelper end end