dramsay / comma_parser

Rails plugin to allow commas for numeric fields in ActiveRecord models

This URL has Read+Write access

comma_parser / test / country.rb
100644 3 lines (3 sloc) 0.09 kb
1
2
3
class Country < ActiveRecord::Base
  allow_commas :population, :gross_domestic_product
end