couchbase / couchbase-ruby-model

The Active Model implementation for Couchbase Server built on couchbase-ruby-client
61 stars 23 forks source link

Calling save!(:validate => false) results in validation #17

Closed alexanderedge closed 9 years ago

alexanderedge commented 10 years ago

It seems that the option to not validate fields is ignored when calling save!(:validate => false) on the object.