stevensona / vindicate

vin number format validator for activemodel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vindicate

Provides Vehicle Identification Number (VIN) number format for ActiveModel. Checks length, characters, and checksum calculation.

Usage

#app/models/vin.rb
validates :number, vin: true # validates 'number' attribute is proper vin format

Installation

Add this line to your application's Gemfile:

gem 'vindicate'

And then execute:

$ bundle

Or install it yourself as:

$ gem install vindicate

License

The gem is available as open source under the terms of the MIT License.

About

vin number format validator for activemodel

License:MIT License


Languages

Language:Ruby 100.0%