henrypoydar / couchrest-rails

A Rails plugin for connecting to and working with CouchDB via CouchRest
MIT License
121 stars 22 forks source link

Use CouchRest::Validation instead of Validatable #6

Closed deepj closed 9 years ago

deepj commented 14 years ago

It is a bit strange that CouchRest-rails uses a different validation system than the original CouchRest. Is there any special reason for this?

jaekwon commented 14 years ago

I would use Validatable instead. It's more modular.