Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 966 Bytes

File metadata and controls

49 lines (31 loc) · 966 Bytes

SmartCore::Validator

Validation layer for any business logic with a declarative rule-/contract-oriented API and instance-based behavior.


Supported by Cado Labs


Installation

gem 'smart_validator'
bundle install
# --- or ---
gem install smart_validator
require 'smart_core/validator'

Usage

  • soon (you can check specs for usage examples at this moment)

Contributing

  • Fork it ( https://github.com/smart-rb/smart_validator )
  • Create your feature branch (git checkout -b feature/my-new-feature)
  • Commit your changes (git commit -am '[feature_context] Add some feature')
  • Push to the branch (git push origin feature/my-new-feature)
  • Create new Pull Request

License

Released under MIT License.

Authors

AnotherRegularDude