anykeyh / clear

Advanced ORM between postgreSQL and Crystal
https://github.com/anykeyh/clear
MIT License
272 stars 34 forks source link

Fix #valid! #207

Closed m-o-e closed 3 years ago

m-o-e commented 3 years ago

Description

Fixes #valid!.

Motivation and Context

Current master does not compile when a call to #valid! is present because it references an Exception that doesn't exist ("InvalidModelError").

How Has This Been Tested?

make test

Types of changes

Checklist: