Sha256: 0f23c78ec802507b9a2a25e59ff3e895ce55fab0ba9d2777cfc73e7862301284

Contents?: true

Size: 529 Bytes

Versions: 1

Compression:

Stored size: 529 Bytes

Contents

For more information on ssn_validator, see http://kevintyll.github.com/ssn_validator/

* To create the necessary db migration, from the command line, run:  script/generate ssn_validator_migration
* Require the gem in your environment.rb file in the Rails::Initializer block:  config.gem 'ssn_validator'
* To load your table with the current SSN data, from the command line, run:  rake ssn_validator:update_data
* The SSN data is updated monthly, so you'll want to run this rake task monthly to keep your validations accurate.


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kevintyll-ssn_validator-0.1.2 PostInstall.txt