datamapper / dm-validations

Library for performing validations on DM models and pure Ruby object
http://datamapper.org/
MIT License
50 stars 43 forks source link

Add Association Validation #70

Open jordanyee opened 10 years ago

jordanyee commented 10 years ago

I've merged @xaviershay's branch referenced in https://github.com/datamapper/dm-validations/pull/9 with release-1.2 and replaced the usage of ActiveSupport/Inflector's titleize method (added in 72794eb) with Ruby's standard capitalize method.