Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 743 Bytes

Code Climate Test Coverage Build Status

ValidatesTeamViewerId

Install

Add to Gemfile and bundle

gem "validates_team_viewer_id"

Usage

class Session
  validates :support_id, team_viewer_id: true
end

License

This project rocks and uses MIT-LICENSE.