Sha256: 871e00a94d53f16d5e8dd821f1babb3ffc34a0cd12ffd11cbc9af549b2b0ddea
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
#--- # 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.0 | sample/depot/app/helpers/application_helper.rb |
amrita2-2.0.1 | sample/depot/app/helpers/application_helper.rb |
amrita2-2.0.2 | sample/depot/app/helpers/application_helper.rb |