0.0
No commit activity in last 3 years
No release in over 3 years
SWIFT validator for ActiveRecord attributes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1.0
 Project Readme

Build Status Code Climate Test Coverage

ValidatesSwift

ActiveRecord validator for SWIFT codes using this project to do the actual validation: https://github.com/marjaimate/swift-code-tool

This project rocks and uses MIT-LICENSE.

Installation

Add to Gemfile and bundle:

gem "validates_swift"

Usage

class Account < ActiveRecord::Base
  validates :swift_string, swift: true
end